full snapstart and provisioned concurrency support - #1468
Conversation
|
Took a look at this along with #1463 — the issue is real. On master we publish versions for SnapStart, but API Gateway still points at the unqualified ARN, so everything invokes I checked out the branch and ran the test suite locally — all green (the few failures I hit were just my machine running out of disk, they fail on master too). With none of the new settings configured the generated templates and Lambda calls are unchanged, so existing deployments aren't affected. CI is only failing on A few things I noticed:
|
Description
Hoping to support Snapstart and Provisioned Concurrency while using aliases, since they are required.
This also allows the deployments to be more blue/green by having ALB and api-gateway point to aliases and only migrating an alias when newly deployed lambda is "ready"
New tests added. All tests pass locally.
GitHub Issues
#1463