aws / aws/serverless-application-model
Feature: Specifying Latest version in nested SAM application
Open
maintainer/need-response
type/feature
- Dominant language
- Python
- Stars
- 9.6k
- Forks
- 2.5k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 7
Description
**Description:**
While creating a nested SAM application resource it becomes cumbersome to change the SemanticVersion in the parent template after the child sam application is upgraded.
Would be better if one can just specify latest and it picks up the latest version automatically.
```
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId:
SemanticVersion: latest
```
Contributor guide
Assessment
This issue has not been assessed yet.