Serverless Website with AWS Lambda / API Gateway and static files on S3 prepare Make your S3 bucket (for publishing static files). Input your bucket / service name. ###deploy.command BUCKET_NAME="{input your bucket name}"; ###functions/serverless.yml service: {input your service name}