aws-amplify-serverless-plugin icon indicating copy to clipboard operation
aws-amplify-serverless-plugin copied to clipboard

Plugin for the Serverless Framework to output AWS Amplify configuration files.

Results 19 aws-amplify-serverless-plugin issues
Sort by recently updated
recently updated
newest added

Version: 1.4.1 File format: Typescript Something I noticed, when I have a skipped deployment on serverless deploy the exported file (in my case AwsExports.ts) goes empty. It's a pain in...

*Description of changes:* I was running into an error when generating documents `appsync` and `graphql` types. The root of the issue had to do with generating queries when my schema...

*Issue #, if available:* #43 *Description of changes:* Add non-'.graphql' filetype support for graphql operations codegen. Infer file type by file extension. By submitting this pull request, I confirm that...

*Issue #, if available:* *Description of changes:* serverless is specified as peer dependency and as a dependency as well, this breaks the yarn install in monorepos By submitting this pull...

We've got several stacks (to keep the number of resources down) and we create the UserPool in a different stack to the one for amplify/appsync. Everything works OK (the stack...

The GraphQL operations file that can currently be generated using the "graphql" type is not useable with JS/TS as far as I know. When using the codegen feature of the...

enhancement

If you use a filename where the containing directory doesn't exist, the plugin crashes.

bug

Currently, we specify every single file and what type it is. However, mostly, we just want to configure a client. I'd suggest the following configuration types: ``` amplify: - base:...

enhancement

Lex configuration is: ``` Lex: { botName: { Name: botName, Alias: '$LATEST', Region: 'region' } } ```

enhancement
on hold