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

error running example #10

Closed rayjanwilson closed 5 years ago

rayjanwilson commented 5 years ago

Issue #9

Description of changes: In serverless.yml where the plugin is configured, the location where to save the files doesn't exist. Changed the location to be the current directory.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

adrianhall commented 5 years ago

Thanks for this - I thought I had checked in a GITHUB_EMPTY_DIRECTORY file in examples to ensure the directory was created. I'd prefer to keep the generated files separate so that they are more easily deleted afterwards, so I'll get that done.

adrianhall commented 5 years ago

Closing as I checked in an alternative fix to this that was more targetted. Thank you for bringing it to my attention.