Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@epsyhealth/amplify-provider-awscloudformation-epsy

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epsyhealth/amplify-provider-awscloudformation-epsy

AWS CloudFormation Provider - Epsy Fork

  • 4.26.8
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 13 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc