-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for serverless v3 #51
Comments
I am experiencing the same issue |
Anyone managed to get this plugin working on v3? Or does someone have any other solutions similar to this? I have multiple stacks, some of which export some values used in other stacks. Namely I have stacks for db and auth related things which export values and references to be used with the api stack. And I use |
I created an alternative plugin that works for me: https://github.com/zirkelc/serverless-exports-plugin It exports the global environment variables and resource outputs during |
I actually managed to fix my issues by using |
Has the plugin been tested with serverless v3?
I just updated to serverless v3 and noticed a few issues:
environment values at function level are not exported, for example:
!GetAtt RedisReplicationGroup.PrimaryEndPoint.Address
!GetAtt GraphQlApi.GraphQLUrl
stopped working, which is reported as:
The text was updated successfully, but these errors were encountered: