Blenra
Optimized for: Gemini / ChatGPT / Claude

Advanced AI Prompt for Serverless Framework AWS Deployment

Use this engineered prompt to drastically optimize your workflow and output.

Required Variables

  • [STAGE]
  • [REGION]
  • [SERVICE_NAME]
serverless-framework-aws-deploy.txt
Create a GitHub Actions workflow for deploying a Serverless Framework project [SERVICE_NAME]. The workflow should: 1) Install Node.js and the Serverless CLI. 2) Run unit tests. 3) Deploy the service to AWS [REGION] for the [STAGE] environment using 'serverless deploy'. 4) Implement an environment-specific variable injection using GitHub Secrets. 5) After deployment, run an integration test suite against the live AWS Lambda endpoints.

Example Output

"A cloud-native YAML integrating 'serverless/github-action' with multi-stage deployment logic and post-deployment validation."