Currently, I've been receiving this error in Bitbucket.
The pipeline sequence is that
- serverless is deployed (
./node_modules/.bin/serverless deploy -s devme
) - then run a javascript that would update the API gateway (to create API gateway models).
What could be the problem?
What are the reasons why this exception would occur?