Como conectarse a DynamoDB con Python "fácil"?
fabian barbon
0:00 / 0:00
Como conectarse a DynamoDB con Python "fácil"?
141 просмотр · 1 год назад
fabian barbon
1,37 тыс. подписчиков
141 просмотр · 1 год назад
def lambda_handler(event:any, content:any):
return f"Mi nombre es: {user}"
if _name_ == "__main__":
event ={"user":"Tu nombre"}
print(lambda_handler(event,None))
a w s configure
a w s sts get-caller-identity
#github
https://github.com/Faydiamond