-
Notifications
You must be signed in to change notification settings - Fork 56
Support multiple backends & minor fixes #255
Conversation
…ultiple backend envs
…ng new props from existing props
…ting video resource
@wizage - currently working through a minor issue we've hit during testing (uncertain about the difference in behavior between @arturocanalda 's results and mine...my best guess is we're using different versions of the amplify libs). Actively working to resolve... Additionally, I wasn't sure whether to add my code to |
As mentioned somewhere in another comment, I was using nodeJS Current versions:
Steps of my test:
For some reason Cloudformation doesn't accept that publicKey. But it does accept this one (my
|
I think I know what the issue might be.
If this works, it would confirm my suspicions and I might be able to figure out a fix for this (on the plugin side). I'm guessing this might be the case because the code I added looks like this:
SO, the reason you're not seeing a rCloudFrontPublicKeystgvv37ttp5 (note the Therefore, the easiest path forward would be to quickly check back into dev, go through the I need to think more deeply about what forward-facing migration for existing users/existing resources looks like...so this is a good bug to uncover! Please try what I've described above and let me know what the results are. Thanks again! |
It makes sense. I will do as you suggest on Monday first thing (this
weekend is far too busy :)
|
I did as you suggested and it worked 👍 So, I can say the problem I was facing is fixed. Thank you for working on it so fast :) |
const targetDir = amplify.pathManager.getBackendDirPath(); | ||
const projectDetails = context.amplify.getProjectDetails(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wizage - should these be calling methods on amplify.**
or context.amplify.**
?
@arturocanalda - Glad it's worked for you. It's been working really stable/well for me too! @wizage - Anything I can do to help make sure this PR is compliant with expectations/merged? :) |
@wizage did you had time to look at this PR ? Let me know if I can lighten your workload :) |
LG2M - Will be expanding on this before releasing as some minor changes need to be made but overall needed. |
Related Issue
Closes #249
Related Conversation(s)
armenr#1
Description of changes
props.json
as${env}-props.json
Breaking changes
amplify update video
amplify update video
+rotate keys
CLI flowPending PR code that's in this branch
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.