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

Use boto3 or aws-cdk on Lambda to replace aws-cli specific code in the function #27

Open
1 task
chinmaykunkikar opened this issue Jun 25, 2021 · 0 comments
Assignees
Labels
enhancements Current feature can be enhanced future scope Feature ideas that can be implemented in future

Comments

@chinmaykunkikar
Copy link
Owner

Currently I use an aws-cli layer (~50mb) for carrying out two operations in the handler script.
Leveraging boto3 in the script will help getting rid of this enormous overhead.
Chances are it will even improve processing time since it will not need to communicate with an additional layer.

  • Get rid of the aws-cli layer and open up the code for expandability.
@chinmaykunkikar chinmaykunkikar added enhancements Current feature can be enhanced future scope Feature ideas that can be implemented in future labels Jun 25, 2021
@chinmaykunkikar chinmaykunkikar self-assigned this Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Current feature can be enhanced future scope Feature ideas that can be implemented in future
Projects
None yet
Development

No branches or pull requests

1 participant