Hello.
I have been trying for a few days to connect a lambda with dynamodb , both with python and java . At first it gave me an error with the profile, but once solved this simply the lambda starts to work but stays in an execution loop.
I am using the community version, and the lambda simply creates a table and inserts an element or directly inserts it if this table is already created.
Does anyone know what kind of problem I may be experiencing or has something similar happened to you?