Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-starter-infrastructure",
"version": "0.1.0",
"version": "0.2.0-alpha",
"description": "AWS CDK infrastructure for lambda-starter",
"private": true,
"type": "commonjs",
Expand Down
144 changes: 142 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-starter",
"version": "0.1.0",
"version": "0.2.0-alpha",
"description": "A starter project for Lambda functions using Node.js and TypeScript.",
"keywords": [
"aws",
Expand Down Expand Up @@ -55,6 +55,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.952.0",
"@aws-sdk/client-lambda": "3.952.0",
"@aws-sdk/client-sns": "3.952.0",
"@aws-sdk/lib-dynamodb": "3.952.0",
"pino": "10.1.0",
Expand Down
Loading