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

add two lambda layers to improve deploy time #1235

Merged
merged 4 commits into from Apr 10, 2020

Conversation

ryandeivert
Copy link
Contributor

to: @airbnb/streamalert-maintainers

Background

Some precompile libs are large and slow down deploys. They don't need updated often so are good candidates for lambda layers.

Changes

  • Adding some default lambda layers that can be used in lamdba funcs (only apps right now)

Copy link
Contributor

@Ryxias Ryxias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty cool

@ryandeivert ryandeivert force-pushed the ryandeivert-add-lambda-layers branch from 785818c to 1e914ea Compare April 10, 2020 22:32
@ryandeivert ryandeivert force-pushed the ryandeivert-add-lambda-layers branch from 1e914ea to a59aba9 Compare April 10, 2020 22:44
@ryandeivert ryandeivert merged commit a2881b5 into release-3-2-1 Apr 10, 2020
@ryandeivert ryandeivert deleted the ryandeivert-add-lambda-layers branch April 10, 2020 22:58
ryandeivert added a commit that referenced this pull request Apr 10, 2020
* bumping version to 3.2.1

* add two lambda layers to improve deploy time (#1235)

* adding support for lambda layers for precompiled dependencies

* update to necessary lambdas to use lambda layers (apps)

* removing logic for precompiled packages

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

Successfully merging this pull request may close these issues.

None yet

2 participants