mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:24:02 +00:00
feat(infra): add aws lambda pulumi deployment target
This commit is contained in:
21
infra/pulumi/aws/package.json
Normal file
21
infra/pulumi/aws/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@household/infra-aws",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json --noEmit",
|
||||
"typecheck": "tsc --project tsconfig.json --noEmit",
|
||||
"test": "echo 'No tests for Pulumi program'",
|
||||
"lint": "oxlint .",
|
||||
"preview": "pulumi preview",
|
||||
"up": "pulumi up"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pulumi/aws": "^7.9.1",
|
||||
"@pulumi/awsx": "^3.3.0",
|
||||
"@pulumi/pulumi": "^3.194.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user