aws-amplify-serverless-plugin
aws-amplify-serverless-plugin copied to clipboard
Plugin for the Serverless Framework to output AWS Amplify configuration files.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...
Bumps [npm](https://github.com/npm/cli) from 6.5.0 to 6.14.3. Release notes Sourced from npm's releases. v6.14.3 6.14.3 (2020-03-19) DOCUMENTATION 4ad221487 #1020 docs(teams): updated team docs to reflect MFA workflow (@blkdm0n) 4a31a4ba2 #1034 docs:...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.3. Changelog Sourced from handlebars's changelog. v4.7.3 - February 5th, 2020 Chore/Housekeeping: #1644 - Download links to aws broken on handlebarsjs.com - access denied (@Tea56)...
Amazon Pinpoint needs to support CloudFormation first, but when it does, add the following: ``` PinpointAnalytics: { Default: { AppId: pinpointResource.output.Id, Region: 'us-east-1', }, }, PinpointTargeting: { Default: { Region:...
Hi Amplify Team, I wanted to request a new feature: It would be great if Amplify would support creating AWS SQS queues as resources, assigning a Lambda trigger from existing...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....
*Issue #, if available:* *Description of changes:* Currently there's no way to define an `appClient` manually by passing the `UserPool(Client)` and `IdentityPool` in using values from a CF stack variable...
I have an S3 bucket created in a different stack, and imported this way: ```yaml s3bucket: Fn::Join: - "" - - Fn::ImportValue: ${self:service}-storage-${self:custom.stage}-AttachmentsBucket ``` It does not get processed into...
This package depends on [aws-appsync-codegen](https://github.com/amazon-archives/aws-appsync-codegen) which is listed as deprecated and replaced by aws-amplify. For some reason that repo has a dated version jest-cli as a runtime (rather than dev)...
Issue #54 *Description of changes:* When the stack has no changes on serverless, the deploy is skipped and as the configuration file is written in an asynchronous method, this can...