@dotcom-tool-kit/aws
v1.0.1
Published
With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency:
Readme
dotcom-tool-kit/aws
Installation & Usage
With Tool Kit already set up, install this plugin as a dev dependency:
npm install --save-dev @dotcom-tool-kit/awsAnd add it to your repo's .toolkitrc.yml:
plugins:
- '@dotcom-tool-kit/aws'Tasks
AwsAssumeRole
Assume an AWS IAM role for use in future tasks
Task options
| Property | Description | Type |
| :----------------- | :------------------------------- | :----------------------------------------------- |
| roleArn (*) | the ARN of an IAM role to assume | string (regex: /^arn:aws:iam::\d+:role\//) |
(*) Required.
