Skip to content

webdevwilson/serverless-multicloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Multicloud

Example architecture demonstrating the use of a thin boundary layer to abstract the serverless (or other) runtime environment in an API application.

Make Targets

  • aws-deploy - Compile and deploy to AWS with API Gateway and Lambda
  • gcp-func-deploy - Compile and deploy using GCP Functions
  • run-local - Run local http server process
  • docker-run - Build docker image and run locally

Note: aws-deploy requires CODE_BUCKET environment variable to be set to an S3 bucket name where code will be stored. In addition, the AWS CLI environment will need to be installed and configured using aws configure to access the account and bucket.

Note: gcp-func-deploy requires gcloud CLI tool to be installed and configured.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published