HathorNetwork / hathor-explorer-service

MIT License
1 stars 3 forks source link

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

Open andreabadesso opened 2 years ago

andreabadesso commented 2 years ago

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 https://github.com/HathorNetwork/hathor-explorer-service/pull/189#discussion_r952673745_