amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

Generate typescript aws-exports.ts file #42

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

When using TypeScript, the configuration file in JS needs a definition file to avoid linter errors.

Generating a TypeScript version of the file will avoid the need for a definition file.

adrianhall commented 5 years ago

Fixed in https://github.com/awslabs/aws-amplify-serverless-plugin/commit/3b70f7454644a24295f5b48d4fe1621773356150

Released as v1.2.3