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

underscores in project name causes deployment to fail #53

Open refacktor opened 5 years ago

refacktor commented 5 years ago

My project has underscores in the name.

This fails due to CloudFormation not allowing underscores in stackName.

Is there any way to work around this without having to rename my project?