-
Notifications
You must be signed in to change notification settings - Fork 10
convert Lambda to a container function #99
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
Conversation
@chuckwondo can you take a look at infrastructure/aws/Dockerfile? If you have any ideas on how to optimize it further for smaller final image size and minimized startup time I am all ears! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @hrodmn! Thanks for pinging me to review.
Regarding the size of the resulting docker image goes, I don't see anything obvious for shrinking it further. Looks good.
I'm approving because the comments I've made are simply some hygiene suggestions, so feel free to accept or reject any or all at your pleasure.
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
We have historically deployed titiler applications as zip packages. Since we are dangerously close to the size limit for this type of Lambda deployment, we are interested in changing it to a container image function.