Releases: faceteer/cdk
Releases · faceteer/cdk
v8.1.0
Added
DynamoStreamHandler— a sixth handler type for processing DynamoDB streams. Records pass through raw (images stay in DynamoDBAttributeValueform); return aretrylist to report failed records via partial batch response (handlers must be idempotent, since streams retry by checkpoint). The source table is referenced by name through a newtablesmap onLambdaService.
Infrastructure
- The publish workflow now creates a GitHub Release whose body is the matching
CHANGELOG.mdsection, and bumpsactions/checkout/actions/setup-nodefrom v4 to v6.