- Fix HTTP listener in spicy-alb.ts missing default action when no certificate is provided, which would cause CDK synth to fail - Auto-import numberOfAzs from VPC stack exports (NumberOfAZs) in cluster, service, and ALB stacks when not provided via context - Fix CDK_SYNTH_EXAMPLES.md ALB examples using raw vpcId/subnetIds that don't match the actual fromContext() implementation (requires clusterName) - Fix docs overstating "only clusterName required" to list actual required params - Remove package-lock.json and add to .gitignore (project uses pnpm) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
152 B
Plaintext
14 lines
152 B
Plaintext
*.js
|
|
!jest.config.js
|
|
*.d.ts
|
|
node_modules
|
|
|
|
# CDK asset staging directory
|
|
.cdk.staging
|
|
cdk.out
|
|
OLD_STUFF/
|
|
OLDER_STUFF/
|
|
|
|
# Use pnpm only
|
|
package-lock.json
|