feat: Update .gitignore, add Lambda layer configuration, and refactor DynamoDB handlers to use AWS SDK v3
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -22,7 +22,13 @@
|
||||
**/next-env.d.ts
|
||||
|
||||
# images
|
||||
**/public/**
|
||||
tasker-client/public/**
|
||||
|
||||
# terraform
|
||||
**/**/.terraform**
|
||||
**/.terraform**
|
||||
|
||||
# serverless
|
||||
**/.serverless/**
|
||||
|
||||
# zipped layers
|
||||
**/layers/**.zip
|
||||
|
||||
Reference in New Issue
Block a user