4.26.8 • Published 5 years ago
@epsyhealth/amplify-provider-awscloudformation-epsy v4.26.8
This is a modified copy of the Amplify plugin to create resources in cloudformation (amplify-provider-awscloudformation).
The modifications allow you to enable streaming to Kinesis for DynamoDB tables, using a new kinesisName argument of the @model directive. Example:
type SeizureEvent @model(kinesisName: "myfavstream") {
id: ID!
createdAt: AWSDateTime
...
}To use this modified version of the plugin instead of the original:
amplify plugin remove amplify-provider-awscloudformation
amplify plugin add @epsyhealth/amplify-provider-awscloudformation-epsy