This package has been deprecated

Author message:

Please use @architect/plugin-storage-private

@architect/macro-storage-private

1.0.0 • Public • Published

@architect/macro-storage-private

Architect serverless framework macro that defines any number of arbitrary private S3 buckets for your application

@architect/macro-storage-private provisions private S3 buckets for your application. If you need to provision public S3 buckets, check out @architect/macro-storage-public.

Installation

  1. Run: npm i @architect/macro-storage-private

  2. Then add the following line to the @macros pragma in your Architect project manifest (usually .arc):

Note, no @ in the macro name!

@macros
architect/macro-storage-private
  1. Add a new @storage-private pragma

Define any number of S3 bucket names within @storage-private; the following characters are allowed: [a-zA-Z0-9_-]

@storage-private
sensitive-data
secureinfo

Accessing your bucket names

  • CloudFormation provisions these buckets, and by default your bucket name will be reformatted and provided a GUID by AWS
  • Thus, to deterministically access your bucket name, your Lambdas will be assigned a ARC_STORAGE_PRIVATE_<bucketname> env var (with any dashes converted to underscores)
    • Example: your app is named myapp, and your bucket is named sensitive-data in your .arc file
    • Your Lambda(s) would read the ARC_STORAGE_PRIVATE_SENSITIVE_DATA env var (which would be assigned a value similar to myappstaging-sensitivedatabucket-1f8394rh4qtvb)

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i @architect/macro-storage-private

Homepage

arc.codes

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

18.2 kB

Total Files

6

Last publish

Collaborators

  • architectci
  • brianleroux
  • dam
  • filmaj
  • kborchers
  • ryanblock