I am trying to deploy my service from circleci.
When running the command:
sls deploy -s production
I get the following error:
ServerlessError: '/20180330/ap-south-1/cloudformation/aws4_request' not a valid key=value pair (missing equal-sign) in Authorization header: 'AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXX /20180330/ap-south-1/cloudformation/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXX'
I do not get this error when deploying from my local.
I have created a sample code which is very similar to the one I am having problem with. https://github.com/deepakputhraya/serverless-koa
But I am able to deploy the above code from my local as well as CirclCIi.