Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 522 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 522 Bytes

Serverless AWS Infra Plugin

This plugin is used to create AWS infrastructure resources.

Supported Resources

  • s3
  • sqs
  • api gateway
  • cloudfront
  • route53

Examples

check this example project

How it works?

This plugin will create the resources before and after the deployment.

Before

  • s3
    • cloudfront
    • route53
  • sqs

Deploy Serverless

  • lambda
  • api gateway
  • cloudformation

After

  • api gateway
    • route53