Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Lambda: update dependencies #439

Merged
merged 1 commit into from
Sep 4, 2024
Merged

AWS Lambda: update dependencies #439

merged 1 commit into from
Sep 4, 2024

Conversation

bdon
Copy link
Member

@bdon bdon commented Sep 3, 2024

  • fix fast-xml-parser security issue.
  • update types to nodejs20
  • replace deprecated @aws-sdk/node-http-handler with @smithy/node-http-handler, which requires bundling as it's not included in the Lambda runtime.

@charliemcgrady This increases the size of our CloudFormation YAML since we're bundling the whole @smithy/node-http-handler now, but this is defensive against that dependency not being part of of the Lambda runtime: aws/aws-sdk-js-v3#5006

* fix fast-xml-parser security issue.
* update types to nodejs20
* replace deprecated @aws-sdk/node-http-handler with @smithy/node-http-handler, which requires bundling as it's not included in the Lambda runtime.
@bdon bdon merged commit 3f320ae into main Sep 4, 2024
2 checks passed
@bdon bdon deleted the aws-lambda-dependencies branch September 4, 2024 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant