Example of enabling streaming functionality of DynamoDB table using SAM resource
An example of how to enable streaming functionality of DynamoDB table in template.yaml of your SAM configuration
Use StreamSpecification
as mentioned above.
More info on the available properties is in the next resource. I use CDK documentation, as I have not found related to SAM resources.
General schema on how to create DynamoDB resource is here:
PreviousSchema to create a resource of DynamoDB table using SAMNextSchema to create Lambda function resource using SAM
Last updated