First try at pipeline publish
Some checks failed
Build and Publish Portfolio / build (push) Successful in 24s
Build and Publish Portfolio / publish (push) Failing after 3m9s

This commit is contained in:
2025-08-07 22:31:49 -05:00
parent a85c176d28
commit b3f30bc715
9 changed files with 801 additions and 9 deletions

12
cdk.json Normal file
View File

@@ -0,0 +1,12 @@
{
"app": "npx ts-node --prefer-ts-exts aws/index.ts",
"watch": {
"include": ["**"],
"exclude": ["README.md", "cdk*.json", "**/*.d.ts", "**/*.js", "tsconfig.json", "package*.json", "yarn.lock", "node_modules", "test"]
},
"context": {
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
"@aws-cdk/core:checkSecretUsage": true,
"@aws-cdk/core:target-partitions": ["aws", "aws-cn"]
}
}