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

Allowing the use of versioned S3 buckets for code artifacts could greatly simplify management of old versions & deduplication of new versions. ## Describe the Feature When you repackage the...

feature-request
module/cli-ext
queued
p3

Currently, when running `lambda package-ci` with `--msbuild-parameters "-consoleloggerparameters:ErrorsOnly -verbosity:quiet -nologo"`, there is still a lot of log noise (e.g. `... zipping: Amazon.Kms.dll`, `... Progress: 30%`, `Executing publish command`, etc). Having...

feature-request
module/cli-ext

## Description I have a `[default]` profile in my shared config/credentials files with an access key and secret for one account. I attempt to deploy a Lambda function into another...

bug
breaking-change
module/cli-ext
queued
p2
needs-major-version

## Describe the Feature Create a new `--zip-cli-parameters` command line argument to allow customization of how the zip file is created. ### Is your Feature Request related to a problem?...

feature-request
module/cli-ext
needs-review

My current CI/CD looks like this: 1. code: source code on github 2. build: automatically executes after code is pushed to github. The code is transformed in deployment artifacts in...

feature-request
module/cli-ext
queued
p2
l

### Describe the bug I have MFA enabled and required for my IAM user and assumable IAM role, and the appropriate config/credentials file for AWS CLI. I can successfully use...

feature-request
module/cli-ext
queued
p2

### Describe the bug In my cloudformation json template I have the following parameter in my parameter list: ``` "LambdaArchitecture": { "Type": "String", "Default": "arm64", "AllowedValues": ["x86_64", "arm64"], "Description": "Architecture...

bug
module/cli-ext
p1
queued

We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...

bug
documentation
module/cli-ext
queued
doc-readme
p2

### Describe the feature Creating an issue here to track https://github.com/aws/aws-toolkit-visual-studio/issues/359 on the Visual Studio Toolkit. The Visual Studio Toolkit leverages the AWS Extensions for Dotnet CLI to power some...

feature-request
module/cli-ext
p1
queued

Support object and array syntax for template-parameters configuration file setting See description in [Issue #258](https://github.com/aws/aws-extensions-for-dotnet-cli/issues/258) *Description of changes:* Update AmazonLambdaTools to check the parameter type for template-parameters. * [Current] If...

pr/needs-review
module/cli-ext
queued
p2