Skip to content

Instantly share code, notes, and snippets.

@SamWSoftware
Created October 30, 2020 08:06
Show Gist options
  • Save SamWSoftware/381eaf441fc6435f1466314b1eedaa72 to your computer and use it in GitHub Desktop.
Save SamWSoftware/381eaf441fc6435f1466314b1eedaa72 to your computer and use it in GitHub Desktop.
A way to reference your own API Gateway url from within a serverless file
apiURLBase: { 'Fn::Join': [ '', [ 'https://', { 'Ref': 'ApiGatewayRestApi' }, '.execute-api.${self:provider.region}.amazonaws.com/${self:provider.stage}' ] ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment