aws-extensions-for-dotnet-cli icon indicating copy to clipboard operation
aws-extensions-for-dotnet-cli copied to clipboard

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services

Results 48 aws-extensions-for-dotnet-cli issues
Sort by recently updated
recently updated
newest added

### Describe the bug I will preface this by saying this could be a GitLab pipeline issue, however, I have also seen this happen on a local development machine. Command:...

bug
module/cli-ext
queued
p2

### Describe the feature Extend supported syntax for defining "template-parameters" in serverless template configuration JSON files to include object and array syntax. ### Use Case If deploying a serverless template...

feature-request
module/cli-ext
queued
p2

Our company policy is that code deployments must be uploaded to a specific S3 bucket, which enforces encryption. In our dev account, we occasionally deploy lambdas and stacks via the...

feature-request
module/cli-ext
queued
p2

### Describe the feature This came up during discussion of https://github.com/aws/aws-extensions-for-dotnet-cli/issues/247. We need to check if in later versions of .NET Core SDK(s), ZIP compression library maintains Linux file permissions....

feature-request
module/cli-ext
queued
p2

### Describe the feature This may be more a pertinent to using SAM template's `AutoPublishAlias` or `SemanticVersion` rather than dotnet CLI, but deployment creates several artifacts in the S3 deployment...

feature-request
module/cli-ext
queued
p3
l

### Describe the bug According to [AWS docs for SAM-style _StateMachine_ declaration](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-statemachine.html#sam-statemachine-definitionuri), the `DefinitionUri` should support specifying a local file path. However, in practice deployment fails. ### Expected Behavior Given...

bug
module/cli-ext
queued
p2
s

### Describe the feature We would like the ability to set the folder path (relative to the current project folder) that the publish tool uses, instead of it being hard-coded...

feature-request
module/cli-ext
queued
p2

**Setting CodeUri in the Globals section of the SAM template zips up the current working directory.** **Workaround:** Don't put CodeUri in Globals, and leave it in the individual function specifications....

feature-request
module/cli-ext
queued
p2
m