Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

index.rst

File metadata and controls

11 lines (8 loc) · 292 Bytes

AWS Sdk

StackFormation uses the AWS SDK for PHP. You should configure your keys in env vars:

$ export AWS_ACCESS_KEY_ID=INSERT_YOUR_ACCESS_KEY
$ export AWS_SECRET_ACCESS_KEY=INSERT_YOUR_PRIVATE_KEY
$ export AWS_DEFAULT_REGION=eu-west-1