https://github.com/alertbox/try-dotnet-on-aws
Start a dev container and get to developing .NET apps leveraging a variety of AWS services.
https://github.com/alertbox/try-dotnet-on-aws
aws aws-cli aws-lambda aws-sdk-dotnet devcontainer-template dotnet kubernetes serverless-framework template-repository
Last synced: 4 months ago
JSON representation
Start a dev container and get to developing .NET apps leveraging a variety of AWS services.
- Host: GitHub
- URL: https://github.com/alertbox/try-dotnet-on-aws
- Owner: alertbox
- License: mit
- Created: 2023-12-16T18:30:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T04:59:21.000Z (about 1 year ago)
- Last Synced: 2025-01-12T05:26:44.006Z (about 1 year ago)
- Topics: aws, aws-cli, aws-lambda, aws-sdk-dotnet, devcontainer-template, dotnet, kubernetes, serverless-framework, template-repository
- Language: Shell
- Homepage: https://aws.amazon.com/developer/language/net/getting-started
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try .NET on AWS
Start a dev container and get to developing .NET apps leveraging a [variety of Amazon services (or AWS)][aws-services-for-dotnet].
[
][aws-sdk-for-dotnet]
[Learn more about AWS SDK for .NET][aws-sdk-for-dotnet]
[aws-services-for-dotnet]: https://github.com/aws/dotnet#readme
[aws-sdk-for-dotnet]: https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/welcome.html
## 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 run this repo locally by following these repetitive steps:
1. You want to ensure the repo is cloned to your local machine, and
2. Open it in VS Code.
> See [.NET Docker Images][dotnet-docker-images] for other variations that suites your hardware.
[dotnet-docker-images]: https://hub.docker.com/_/microsoft-dotnet-sdk/
## Troubleshooting
If you have any technical problems with dev containers, you are better off asking [Dev Containers Support][devcontainers-support] directly, since you'll end up getting a much faster response back that way.
[devcontainers-support]: https://github.com/devcontainers/community/discussions/3
### Known Issues
- https://github.com/omnisharp/omnisharp-vscode/issues/4348
- https://github.com/devcontainers/features/issues/440
- https://github.com/microsoft/vscode-dotnettools/issues/562
- https://github.com/aws/aws-lambda-dotnet/issues/1611
## Contributing
The official repo to contribute would be [@devcontainers][devcontainers-repo].
Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.
[devcontainers-repo]: https://github.com/devcontainers
## License
The source code is license under the [MIT license](#MIT-1-ov-file).