SIGN IN SIGN UP

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

0 0 1 Java
{
"name": "@aws-doc-sdk-examples/example-javascriptv3-lambda",
"version": "1.0.0",
"description": "Code samples for interacting with Lambda via the AWS SDK for JavaScript (v3)",
"main": "index.js",
"author": "Corey Pyle (corepyle@amazon.com)",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"test": "vitest run unit",
"integration-test": "vitest run integration --reporter=junit --outputFile=test_results/lambda-test-results.junit.xml"
},
"dependencies": {
"@aws-doc-sdk-examples/lib": "^1.0.0",
"@aws-sdk/client-lambda": "^3.163.0",
"libs": "*"
},
"devDependencies": {
"@aws-sdk/client-iam": "^3.241.0",
"vitest": "^1.6.0"
}
}