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

refactor(lambda): Standardize Lambda API #2876

Merged
merged 1 commit into from
Jun 17, 2019
Merged

Conversation

RomainMuller
Copy link
Contributor

@RomainMuller RomainMuller commented Jun 14, 2019

Aliases and Versions are now IFunctions, and other fixes.

BREAKING CHANGE:

  • Renamed Function.addLayer to addLayers and made it variadic
  • Removed IFunction.handler property
  • Removed IVersion.versionArn property (the value is at functionArn)
  • Removed SingletonLayerVersion

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

`Alias`es and `Version`s are now `IFunctions`, and other fixes.

BREAKING CHANGE:
- Renamed `Function.addLayer` to `addLayers` and made it variadic
- Removed `IFunction.handler` property
- Removed `IVersion.versionArn` property (the value is at `functionArn`)
- Removed `SingletonLayerVersion`
- Stopped exporting `LogRetention`
@RomainMuller RomainMuller requested a review from a team as a code owner June 14, 2019 14:41
@RomainMuller RomainMuller merged commit 6446b78 into master Jun 17, 2019
@RomainMuller RomainMuller deleted the rmuller/lambda branch June 17, 2019 17:16
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
This was referenced Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants