GithubHelp home page GithubHelp logo

isabella232 / cookiecutter-sam-custom-resource-provider Goto Github PK

View Code? Open in Web Editor NEW

This project forked from binxio/cookiecutter-sam-custom-resource-provider

0.0 0.0 0.0 20 KB

template for building a custom CloudFormation resource provider using Serverless Application Model

License: Apache License 2.0

Python 42.87% Makefile 57.13%

cookiecutter-sam-custom-resource-provider's Introduction

Cookiecutter SAM Custom CloudFormation Resource Provider

Template for building a CloudFormation Custom Resource Provider using the Serverless Application Model (SAM) and Python 3.7

prerequisites

to start to develop your custom provider, make sure you have installed:

  • docker
  • python3
  • pipenv
  • aws cli
  • sam cli

create

to create a custom provider, type:

sam init --location https://github.com/binxio/cookiecutter-sam-custom-resource-provider.git

No you are ready to start implement the functionality of your custom provider. Check out: https://github.com/binxio/cfn-resource-provider for more details.

development

The Makefile eases your development cycle:

target description
help shows description of all available make targets
build the lambda deployment zip in .aws-sam/
test runs the unit tests in ./tests
deploy uploads the lambda deployment zip file and deploys ./template.yaml to aws
bucket creates s3 bucket for uploading the lambda zip
invoke-local runs integration test of events in ./events
invoke-deployed runs system test of events in ./events
show-logs shows logs of the deployed custom provider
deploy-demo deploys ./cloudformation/demo-stack.yaml to AWS
delete-demo deletes ./cloudformation/demo-stack.yaml from AWS

cookiecutter-sam-custom-resource-provider's People

Contributors

mvanholsteijn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.