You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this project style is to use snake case for lambda names but AWS translates to camel case replacing each underscore with Underscore for some internal names (e.g. policy statement name) this makes the name longer and easier to hit the limit, failing the deploy.
I think we should create new lambdas with camel case to avoid these issues.
I know this project style is to use snake case for lambda names but AWS translates to camel case replacing each underscore with
Underscore
for some internal names (e.g. policy statement name) this makes the name longer and easier to hit the limit, failing the deploy.I think we should create new lambdas with camel case to avoid these issues.
Originally posted by @r4mmer in #189 (comment)
The text was updated successfully, but these errors were encountered: