https://github.com/alertbox/feature-setup-aws-sam
Set up your @devcontainers with a specific version of AWS SAM
https://github.com/alertbox/feature-setup-aws-sam
aws devcontainer-features developer-tools sam serverlessapplicationmodel
Last synced: 8 months ago
JSON representation
Set up your @devcontainers with a specific version of AWS SAM
- Host: GitHub
- URL: https://github.com/alertbox/feature-setup-aws-sam
- Owner: alertbox
- License: mit
- Created: 2025-06-01T06:26:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-01T07:08:02.000Z (8 months ago)
- Last Synced: 2025-06-01T15:56:20.040Z (8 months ago)
- Topics: aws, devcontainer-features, developer-tools, sam, serverlessapplicationmodel
- Language: Shell
- Homepage: https://aws.amazon.com/serverless/sam/
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Setup AWS SAM in Dev Containers
Download, install, and setup specific version of [AWS SAM](https://aws.amazon.com/serverless/sam/) in your Dev Container.
## Quick Start
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/alertbox/try-dotnet-on-aws)
You can also add this feature to your `devcontainer.json` file.
```json filename="devcontainer.json"
"features": {
"ghcr.io/alertbox/aws/sam:1": {}
}
```
## Options
See [src/sam](./src/sam/README.md) folder to learn more about options.
## Contributing
The official repo to contribute would be [@aws/aws-sam-cli](https://github.com/aws/aws-sam-cli?tab=readme-ov-file#readme).
Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.
## License
Copyright (c) The Alertbox, Inc. (@alertbox). All rights reserved.
The source code is license under the [MIT license](#MIT-1-ov-file).
