feat: Add Terraform configuration for AWS (#2)
* feat: Add Terraform configuration for AWS * feat: Update data models to use string identifiers and add DynamoDB table configurations * feat: Update Terraform S3 backend configuration
This commit was merged in pull request #2.
This commit is contained in:
22
tasker-server/package.json
Normal file
22
tasker-server/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "tasker-server",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"infra:init": "cd terraform && AWS_PROFILE=default terraform init",
|
||||
"infra:plan": "cd terraform && AWS_PROFILE=default terraform plan",
|
||||
"infra:apply": "cd terraform && AWS_PROFILE=default terraform apply"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.1692.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.9.1",
|
||||
"eslint": "^9.15.0",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user