aws-amplify / aws-amplify/amplify-cli
support net.core3.1 layer with amplify
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
Hello. There are several lambda features on net.core 3.1 without layers. All this business is implemented through amplify cli. At the moment, there is a need to add layers for these lambdas, but amplify only offers python or nodejs. From what I've tried, I've deployed the layer through Amazon.Lambda.Tools, then I inserted the layer explicitly into the cloudformation, spelling out the layer's arn. But this trick attaches a layer to the function, but the size of the lambda does not decrease, that is, it does not work) Question is it possible to add net.core 3.1 layers for lambdas via amplify? Or change the generated cloudformation files to apply layers for lambdas?
Contributor guide
Research direction
Start by tracing how the Amplify CLI handles Lambda layers and generates CloudFormation for the currently supported Python and Node.js runtimes. Confirm whether .NET Core 3.1 layer configuration can be represented and whether the generated deployment reduces the function package size; done should include documented support or a clear limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- backend, cli, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100