@go-to-k/cdkd 0.118.0 → 0.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/cli.js +571 -26
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -457,7 +457,9 @@ cdkd local start-api --from-state # substitute deployed env vars
|
|
|
457
457
|
One server per discovered API — authorizers, CORS configs, and stage
|
|
458
458
|
variables stay scoped to the owning API. Supports REST v1 + HTTP API +
|
|
459
459
|
Function URL with AWS_PROXY integrations; Lambda TOKEN / REQUEST,
|
|
460
|
-
Cognito User Pool,
|
|
460
|
+
Cognito User Pool, HTTP v2 JWT authorizers (JWKS-verified), and REST v1
|
|
461
|
+
`AuthorizationType: 'AWS_IAM'` (SigV4 signature verification only — IAM
|
|
462
|
+
policy evaluation is not emulated; see `docs/local-emulation.md`); CORS
|
|
461
463
|
preflight (HTTP API v2 `CorsConfiguration` + REST v1 OPTIONS MOCK
|
|
462
464
|
preflight from `defaultCorsPreflightOptions`); hot reload via `--watch`;
|
|
463
465
|
deploy-state-backed env var substitution via `--from-state`.
|