@epsyhealth/amplify-provider-awscloudformation-epsy
TypeScript icon, indicating that this package has built-in type declarations

4.26.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @epsyhealth/amplify-provider-awscloudformation-epsy

Weekly Downloads

2

Version

4.26.8

License

Apache-2.0

Unpacked Size

3.55 MB

Total Files

5315

Last publish

Collaborators

  • epsy-josh
  • mprzytulski