Giter Site home page Giter Site logo

gulp-cloudformation's Introduction

Hi there ๐Ÿ‘‹

gulp-cloudformation's People

Contributors

brianneisler avatar dowhilegeek avatar opichals avatar

Stargazers

 avatar  avatar

gulp-cloudformation's Issues

getInstance means it's not possible to call with different options in a single gulpfile

I have a gulpfile that deploys to 2 different regions and in one of those regions to 2 different accounts. If I call each gulp task individually it works fine. But running multiple cloudformation() calls with different options just reuses the options of the first call. This is due to the caching of the GulpCloudformation instance in getInstance.js.

Given that it causes very confusing and unexpected results, and is probably not saving too much in terms of clock time, is this caching necessary?

allow StackName as a parameter

It would be helpful if the params object for the .deploy() function allowed me to specify the name of the CloudFormation stack. Currently it seems to pick based on the filename of the template file. This is an excellent default but doesn't allow you to run multiple CF stacks from the same template (e.g. for multiple environments dev/prod.)

This is what I get when I try passing StackName with a stack that already exists and template file cloudformation.yml:

ValidationError: Stack with id cloudformation does not exist

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.