All Projects → Jefiozie → ngx-aws-deploy

Jefiozie / ngx-aws-deploy

Licence: MIT license
☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ngx-aws-deploy

Netlify Builder
Deploy your Angular app to netlify from CLI
Stars: ✭ 60 (-28.57%)
Mutual labels:  builder, deploy
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+727.38%)
Mutual labels:  builder, deploy
Amazon-Product-Advertising-API-URL-Builder
Build Amazon Product Advertising API request URLs without having to read the documentation or study the used hashing algorithms.
Stars: ✭ 27 (-67.86%)
Mutual labels:  builder, amazon
Kubenix
Kubernetes resource builder using nix
Stars: ✭ 223 (+165.48%)
Mutual labels:  builder, deploy
kahoy
Simple Kubernetes raw manifests deployment tool
Stars: ✭ 33 (-60.71%)
Mutual labels:  deploy
OctopusTentacle
| Public | The secure, lightweight, cross-platform agent for Octopus Server which turns any computer into a worker or deployment target for automated deployments and operations runbooks.
Stars: ✭ 25 (-70.24%)
Mutual labels:  deploy
gogen
Command-line tool to generate GO applications and libraries
Stars: ✭ 17 (-79.76%)
Mutual labels:  builder
yoda
Simple tool to dockerize and manage deployment of your project
Stars: ✭ 69 (-17.86%)
Mutual labels:  deploy
mws-sdk
JavaScript SDK for Amazon Marketplace Web Services (MWS)
Stars: ✭ 23 (-72.62%)
Mutual labels:  amazon
deploy shard mongodb
This repository has a set of scripts and resources required for deploying MongoDB replicated sharded cluster.
Stars: ✭ 17 (-79.76%)
Mutual labels:  deploy
django-s3file
A lightweight file upload input for Django and Amazon S3
Stars: ✭ 66 (-21.43%)
Mutual labels:  amazon
tailwindcss-dash-docset
TailwindCSS Dash Docset, built with the Dash Docset Builder in PHP. We needed it. 🌈️
Stars: ✭ 37 (-55.95%)
Mutual labels:  builder
cfn-deploy
A useful GitHub Action to help you deploy cloudformation templates
Stars: ✭ 14 (-83.33%)
Mutual labels:  deploy
deploy
Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Stars: ✭ 133 (+58.33%)
Mutual labels:  deploy
ChromeAppBuilder
Chrome app builder is an editor extension for Unity to export games as google chrome apps.
Stars: ✭ 23 (-72.62%)
Mutual labels:  builder
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (+121.43%)
Mutual labels:  amazon
unity-test-runner
Run tests for any Unity project
Stars: ✭ 134 (+59.52%)
Mutual labels:  deploy
shelvery-aws-backups
Automating EBS RDS EC2 backups on lambda
Stars: ✭ 31 (-63.1%)
Mutual labels:  amazon
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (-64.29%)
Mutual labels:  builder
indexeddb-orm
Indexed DB ORM
Stars: ✭ 53 (-36.9%)
Mutual labels:  builder

NGX-AWS-DEPLOY

☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️

All Contributors

CI npm npm (scoped) GitHub issues
Twitter Follow

ngx-aws-deploy

Quick Start

  1. Install the latest version of Angular cli

    yarn global add @angular/cli
  2. Create a new Angular project

    ng new hello-world --defaults
    cd hello-world
  3. Add @jefiozie/ngx-aws-deploy to your project

    ng add @jefiozie/ngx-aws-deploy
  4. After these steps your angular.json is updated with a new builder:

    "deploy": {
        "builder": "@jefiozie/ngx-aws-deploy:deploy",
        "options": {}
    }
  5. Due to security risk we have made the decision to never add any options to the angular.json. You should set the environments variable during the ng deploy command. Below is an example on how you could do this.

npx cross-env NG_DEPLOY_AWS_ACCESS_KEY_ID=1234 NG_DEPLOY_AWS_SECRET_ACCESS_KEY=321ACCESS NG_DEPLOY_AWS_BUCKET=mys3bucket NG_DEPLOY_AWS_REGION=eu-1-region NG_DEPLOY_AWS_SUB_FOLDER=path/on/bucker ng deploy
  1. To trigger an optional invalidation of the files in an AWS CloudFront distribution, add these parameters to the above command line:
npx cross-env ... NG_DEPLOY_AWS_CF_DISTRIBUTION_ID=1234 ... ng deploy
  1. Run ng deploy to deploy your application to Amazon S3.

🚀**Happy deploying!** 🚀

Security 🔑

Keep in mind that with the default config, everybody that has access to the angular.json will have your aws secret. If you want more security, you can also use environment variable with NG_DEPLOY_AWS_ACCESS_KEY_ID, NG_DEPLOY_AWS_SECRET_ACCESS_KEY, NG_DEPLOY_AWS_BUCKET and NG_DEPLOY_AWS_REGION.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. The builder is located in the libs\ngx-aws-deployfolder. The sample app is located in the apps\demo-app folder. Please make sure to update tests as appropriate.

License

MIT

Contributors

Thanks goes to these wonderful people (emoji key):


Jeffrey Bosch

💻 🖋 👀

Santosh Yadav

💻

Nicolas Beaussart

💻

Stefan Nieuwenhuis

💻

Zack Yang

💻

David Houseknecht

📖

Brian Harris

📖

Michael Vogl

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].