cagataygurturk / lambadaframework

Build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway
MIT License
244 stars 48 forks source link

Exception at deployment: Unable to parse HTTP response content (Service: AWSLambda; Status Code: 400 #54

Closed refacktor closed 5 years ago

refacktor commented 5 years ago

What could cause this?

[ERROR] Failed to execute goal org.lambadaframework:lambada-maven-plugin:0.0.6:deploy (default) on project MYPROJECT: Exception at deployment: Unable to parse HTTP response content (Service: AWSLambda; Status Code: 400; Error Code: null; Request ID: null) -> [Help 1]

refacktor commented 5 years ago

Resolved: This issue was caused by setting the value of stageToDeploy to the word 'default'. Changing the value to 'production' got me past this error.