This package has been deprecated

Author message:

has now been migrated to blockbase-aws

@blacksmithstudio/blockbase-aws

0.0.3 • Public • Published

Driver AWS for Blockbase

Compatible with Blockbase Framework

Version

0.0.3 alpha

Description

Driver importing the AWS Node SDK in Blockbase

How to install ?

First add create the ~/.aws/credentials file on your system This file contains the access keys of your AWS account (or IAM dedicated user)

[default]
aws_access_key_id = AKID...
aws_secret_access_key = YOUR_SECRET_KEY

By default, you'll have one pair aws_access_key_id / aws_secret_access_key named [default], but you can add as much as you want.

Then install the driver

$ npm i --save @blacksmithstudio/blockbase-aws

If you use a key other than [default], you can add it to your {env}.yml config file.

aws :
    profile: mykey

Feel free to also use the {env}.yml config file to store other aws parameters for further usage in your controllers, they will simply appear in app.config.get('aws').*

aws :
    profile: mykey
    region : eu-west-1
    security_group : sg-x010101c
    # etc ...

License

(Copyright) 2017 - Alexandre Pereira for Blacksmith S.A.S.

Free Software, Hell Yeah!

Readme

Keywords

none

Package Sidebar

Install

npm i @blacksmithstudio/blockbase-aws

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

2.27 kB

Total Files

3

Last publish

Collaborators

  • alxpereira