We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86abf25 commit c09b4d6Copy full SHA for c09b4d6
1 file changed
CLAUDE.md
@@ -66,10 +66,8 @@ npm test
66
# Synthesize CDK stack (triggers Docker build of layer)
67
npm run synth
68
69
-# Run integration tests (requires Docker and SAM CLI)
70
-npm run test:integration # All tests (AL2 and AL2023)
71
-npm run test:integration:python # Python 3.10 (AL2) test
72
-npm run test:integration:node # Node 18 (AL2) test
+# Run integration tests (requires Docker and SAM CLI, AL2023 only)
+npm run test:integration # All AL2023 tests
73
npm run test:integration:al2023 # AL2023 tests (Python 3.12 + Node.js 20)
74
npm run test:integration:python312 # Python 3.12 (AL2023) test
75
npm run test:integration:node20 # Node.js 20 (AL2023) test
0 commit comments