Serverless application of GDAL2Tiles from Map tiler.
Implementation is based on AWS Serverless Application Model (SAM).
Build AWS CodePipeline and CodeBuild configrations from the cloudformation
folder. Simply upload the files on any S3 bucket and launch a CloudFormation stack with main.yaml
.
This will build the following
- IAM Roles required for building/running the pipeline (pipeline-roles.yaml)
- CodePipeline for pulling source, building and publishing code (pipeline.yaml)
Edit and push code on your repository to trigger the pipeline. saml.yaml
defined the configuration for deploying AWS Lambda functions and configuring AWS API Gateway as their event source.
saml.yaml
Serverless Application specificationbeta.json
Defines thebeta/stage
environment configurationbuildspec.yaml
Defines AWS CodeBuild specification