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 47 aws-extensions-for-dotnet-cli issues
Sort by recently updated
recently updated
newest added

`-it | --image-tag` looks like it is supported in `package` but not `package-ci`. Is this as designed? https://github.com/aws/aws-extensions-for-dotnet-cli/blob/9639f8f4902349d289491b290979a3a1671cc0a5/src/Amazon.Lambda.Tools/Commands/PackageCommand.cs#L31 https://github.com/aws/aws-extensions-for-dotnet-cli/blob/9639f8f4902349d289491b290979a3a1671cc0a5/src/Amazon.Lambda.Tools/Commands/PackageCICommand.cs#L26-L37 ## Describe the Feature Allowing users to specify the tag for...

feature-request
module/cli-ext
queued
p2

The SAM Serverless::Function property AutoPublishAlias will attempt to re-deploy a lambda if the CodeUri changes. The CodeUri produced from > dotnet lambda package-ci is always different, even if the lambda...

feature-request
module/cli-ext
queued
p2

### Describe the bug When deploying a Lambda function using `dotnet lambda deploy-function`, an error occurs if the option *** No policy, add permissions later *** is chosen. ``` 21)...

bug
module/cli-ext
A
queued

My team follows a common deployment workflow where binaries are built once, deployed to a testing environment, and at a later time (after passing tests) the _same_ binaries are then...

feature-request
module/cli-ext
queued
p3

### Describe the bug When packaging a lambda using `dotnet lambda package`, if the target project does not include a `` node (because it is defined in a Directory.build.props at...

feature-request
module/cli-ext
queued
p2

### Describe the bug Because `dotnet lambda package` does not zero out the mtimes of the files in the zip, the zip file itself constantly changes on every build. This...

feature-request
module/cli-ext
queued
p2

### Describe the feature When deploying a function straight to the Lambda service using the `dotnet lambda deploy-function` command users can specific additional MSBuild parameters passing in the `--msbuild-parameters` switch....

feature-request
module/cli-ext
p1
queued

There are more ways to specify the target framework for a project than setting it directly in the `TargetFramework` element in a project. There are other unambiguous scenarios which this...

feature-request

*Description of changes:* This is just a POC that proves we can get an end to end solution working that builds and deploys a native AOT .NET 7 application on...

feature-request

## Description I cannot publish-layer --enable-package-optimization if I depend on any version of Amazon.Lambda.AspNetCoreServer later than 3.1.0. ## Reproduction Steps 1. Create a Lambda Web API project using the SDK...

bug
module/cli-ext
queued
p2