aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

Add --resolve-s3 to automatically resolve which S3 bucket to upload build output. #244

Closed normj closed 1 year ago

normj commented 1 year ago

Description of changes: Similar to the SAM CLI this PR adds a new --resolve-s3 switch to the deploy-serverless and -package-cicommands. This new switch will allow users to who set this new switch totrue` to have the S3 bucket automatically created and used for uploading deployment bundles.

The default S3 bucket name format is aws-dotnet-lambda-tools-<region>-<account-id>.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.