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
endpoints:
GET - https://746fbc6e.execute-api.localhost.localstack.cloud:4566//config
POST - https://746fbc6e.execute-api.localhost.localstack.cloud:4566//capture
With this
serverless.yml
:A successful deploy yields this output:
Note the
//
where there should be/local/
.The URL as printed does not work. However, removing a
/
(e.g. https://746fbc6e.execute-api.localhost.localstack.cloud:4566/config) does work.The text was updated successfully, but these errors were encountered: