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

[changed] min and max length for S3 bucket name #8

Closed namuan closed 8 years ago

namuan commented 8 years ago

The current min (1) and max (25) are set incorrectly in the Cloudformation file. According to http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

"Bucket names must be at least 3 and no more than 63 characters long."

cagataygurturk commented 8 years ago

Thanks!