Skip to content

Conversation

jlhood
Copy link
Contributor

@jlhood jlhood commented Aug 2, 2018

Description of changes:

The simple-mobile-backend app version 1.0.0 published to the app repo didn't match this template (which is supposed to be the source code for that published app), and also had a bug in it where the template parameter was not being Ref'ed properly when it was used as a policy template parameter. This commit updates the template to match what's in the Serverless Application Repository and also fixes the Ref bug.

Testing

  • I verified this fix via sam package/deploy commands. Verified the IAM role created correctly substituted my TableNameParameter value.
  • I then published the updated template to the Serverless Application Repository as version 1.0.1 and verified I could now successfully deploy the app and the IAM role created correctly substituted my TableNameParameter value.

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

The app that's published to the Serverless Application Repository has
replaced the custom policy with a policy template. The current published
version also has a bug in it where it is not Ref'ing the parameter. This
commit updates the template to match what's in the Serverless
Application Repository and also fixes the Ref bug.
@brettstack brettstack merged commit 540902c into develop Aug 2, 2018
@keetonian keetonian deleted the simple-mobile-backend branch September 13, 2018 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants