Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename lambdas to use camelCase instead of snake_case #194

Open
andreabadesso opened this issue Aug 24, 2022 · 0 comments
Open

Comments

@andreabadesso
Copy link
Contributor

andreabadesso commented Aug 24, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant