Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/serverless-aws-infra

deploy aws infra while deploying serverless
https://github.com/lukasjhan/serverless-aws-infra

Last synced: 12 days ago
JSON representation

deploy aws infra while deploying serverless

Awesome Lists containing this project

README

        

# 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](https://github.com/lukasjhan/serverless-aws-infra/tree/master/sls-test)

## 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