Closed alekc closed 3 years ago
This is a bug, you are right. Fixed in 76e7ce2.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
While following example for complete-http, I was deploying my lambda as following:
As result, it was impossible to execute the lambda due to an error
Only when I changed the source_arn to
it began to work correctly.
Not sure if it's a common case for everyone or not.