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
Transforming any cloud formation referenced in the custom authorizers section would help with building ephemeral authenticated API's. I think if this plugin looped through the authorizers array the same way it did the functions it could support this.
Transforming any cloud formation referenced in the custom authorizers section would help with building ephemeral authenticated API's. I think if this plugin looped through the authorizers array the same way it did the functions it could support this.
I'm working on an over-engineered boilerplate and am trying to get everything working both locally and in the cloud
https://github.com/Ankcorn/serverless-fullstack-example-app
run
npm i && serverless deploy --stage local && npm start
The jwt is from the wrong issuer when requests go react app -> serverless offline backend because the issuer is
The text was updated successfully, but these errors were encountered: