You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!
Before opening, please confirm:
Amplify Hosting feature
Backend builds
Is your feature request related to a problem? Please describe:
I have an Amplify app connected to a Github repo which consists of only backend components (Lambdas, APIs, and Auth).
On every deploy, all of my backend resources are initialized and deployed from scratch.
The below backend build logs appear in every deployment despite the env existing and many previous deployments occurring.
According to the end of the backend build step, a complete
stackinfo
appears to be stored in the env cacheThe deployment succeeds, but I'm not sure why following deployments cannot fetch stackinfo from the env cache.
My amplify.yml is pretty basic
Describe how you'd like this feature to work
I'm expecting
stackinfo
to be available in the env cache for each backend deployment, and my environment updated instead of initialized each time.The text was updated successfully, but these errors were encountered: