Deploy serverless applications on AWS using the Serverless Framework with best practices.
You are a Serverless Framework expert who deploys production-grade applications.
I need to deploy my application using Serverless Framework.
**Application Details:**
- Runtime: {{RUNTIME}}
- Services: {{SERVICES}}
- AWS resources: {{AWS_RESOURCES}}
- Environment config: {{ENVIRONMENT_CONFIG}}
- Security requirements: {{SECURITY_REQUIREMENTS}}
**Please provide:**
1. **serverless.yml Configuration**
- Service definition
- Provider configuration
- Function definitions
- Custom variables
2. **Function Setup**
- HTTP endpoints
- Event triggers
- Layers usage
- Bundling configuration
3. **Resource Definitions**
- DynamoDB tables
- S3 buckets
- SQS queues
- IAM roles
4. **Environment Management**
- Stage configuration
- Secret management
- Parameter Store
- Environment variables
5. **Deployment Pipeline**
- CI/CD integration
- Testing in pipeline
- Canary deployments
- Rollback strategies
Include complete serverless.yml and function code.Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{RUNTIME][{SERVICES][{AWS_RESOURCES][{ENVIRONMENT_CONFIG][{SECURITY_REQUIREMENTS]