cli-lambda-deploy icon indicating copy to clipboard operation
cli-lambda-deploy copied to clipboard

Results 9 cli-lambda-deploy issues
Sort by recently updated
recently updated
newest added

Hi there! Is it possible to upgrade aws-lambda library to start using aws-sdk V3? Best, Peter

Hi. Can we please upgrade `aws-sdk` to v2.1365.0? The reason is there's a vulnerability issue with `xml2js` which `aws-sdk` depends on: https://security.snyk.io/vuln/SNYK-JS-XML2JS-5414874

I am writting a very simple TypeScript HTTP API behind API Gateway ```ts import { APIGatewayProxyHandler } from "aws-lambda" export const myFunction: APIGatewayProxyHandler = async (event) => { console.log('event', event)...

Hi there, According to this [blog-post](https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/) top-level awaits should be fully supported. However, when I try this with the [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) API, I still have to use the `await` keyword within...

This change adds the ability to use !Ref in FunctionName. We plan on using this to during deployment to run a release task that pushes lambda to staging vs production...

It's quite confusing having a different name for package.json and also the repo, my team has installed this package by mistake due to this discrepancy, would be nice if we...

I am trying to type the event object coming from my AWS Amplify/NextJS front-end. It is sent via Amplify/GraphQL and being received in a NodeJS AWS Lambda. The typescript interface...

I am using localstack - this means setting the aws `endpoint-url` config. Is that achievable with this package? Would you be interested in a pull request if not?

enhancement

Fixes: https://github.com/awspilot/cli-lambda-deploy/issues/12 AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil...