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
Is it possible to mock or override CloudFormation functions such as Fn::ImportValue or Fn::GetAtt while using serverless-offline? I'm able to override variables when using the plugin serverless-appsync-simulator (see this documentation). In particular, I'd like to override an ImportValue reference to a GraphQL endpoint with a local url to simulate the whole app stack. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to mock or override CloudFormation functions such as
Fn::ImportValue
orFn::GetAtt
while usingserverless-offline
? I'm able to override variables when using the pluginserverless-appsync-simulator
(see this documentation). In particular, I'd like to override an ImportValue reference to a GraphQL endpoint with a local url to simulate the whole app stack. Thanks!Beta Was this translation helpful? Give feedback.
All reactions