-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.16.66' into develop
* release-1.16.66: Bumping version to 1.16.66 Update changelog based on model updates Support for packaging LayerVersion Artifacts Serverless Apps Repo introduced a Resource called ServerlessApplication. Locally, this resource can point to a local template file to enable local development. The aws cloudformation package command will now support packaging of this resource's local template file and upload it to s3. Add --zip-file argument for lambda publish-layer-version
- Loading branch information
Showing
10 changed files
with
339 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"category": "``lambda``", | ||
"description": "Update lambda command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``stepfunctions``", | ||
"description": "Update stepfunctions command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``kafka``", | ||
"description": "Update kafka command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``xray``", | ||
"description": "Update xray command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``serverlessrepo``", | ||
"description": "Update serverlessrepo command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``elbv2``", | ||
"description": "Update elbv2 command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``events``", | ||
"description": "Update events command to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "Update s3 command to latest version", | ||
"type": "api-change" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.