An open API service indexing awesome lists of open source software.

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.

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 .NET][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

[![Open in Dev Container](https://img.shields.io/static/v1?style=for-the-badge&label=Dev+Container&message=Open&color=blue&logo=visualstudiocode)](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).