Socket
Socket
Sign inDemoInstall

@angular-custom-builders/aws-actions

Package Overview
Dependencies
0
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @angular-custom-builders/aws-actions

This library was generated with [Nx](https://nx.dev).


Version published
Weekly downloads
1
Maintainers
2
Install size
25.4 kB
Created
Weekly downloads
 

Readme

Source

aws-actions

This library was generated with Nx.

Running unit tests

The plugin allow to pull an artifact from an S3 bucket.

Precondition:

  • aws cli already installed
  • .env which contains the AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID

AWS pull action Download an artifact from S3 to local

"aws": {
  "builder": "@angular-custom-builders/aws-actions:pull",
  "options": {
    "bucket": "s3://myapp-builds/branch",
    "artifactName": "myapp.tar.bz2",
    "outputPath": "dist/apps/myapp"
  }
}

AWS push action Upload an artifact from local to S3

"aws": {
  "builder": "@angular-custom-builders/aws-actions:push",
  "options": {
    "bucket": "s3://myapp-builds/branch",
    "artifactName": "myapp.tar.bz2",
    "outputPath": "dist/apps/myapp"
  }
}

FAQs

Last updated on 02 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc