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
I've got an awsm module and to implement it in a really usable manner I would want #2 and the ability to get some other values that are known in JAWS at this point.
Specifically the API Gateway endpoint.
The problem with this is if my module wants to know the API Gateway endpoint in resources-cf.json then we have a circular dependency.
resources-cf.json creates AWS Roles, API Gateway needs the AWS Roles, resources-cf.json would need API Gateway endpoint...
Any ideas on how we might work around this? We could just take this value as User Input, and let the user be the circular dependency resolver, but the information is pretty much there.
The text was updated successfully, but these errors were encountered:
I've got an awsm module and to implement it in a really usable manner I would want #2 and the ability to get some other values that are known in JAWS at this point.
Specifically the API Gateway endpoint.
The problem with this is if my module wants to know the API Gateway endpoint in
resources-cf.json
then we have a circular dependency.resources-cf.json
creates AWS Roles, API Gateway needs the AWS Roles,resources-cf.json
would need API Gateway endpoint...Any ideas on how we might work around this? We could just take this value as User Input, and let the user be the circular dependency resolver, but the information is pretty much there.
The text was updated successfully, but these errors were encountered: