0.1.10 • Published 6 months ago
@dotcom-tool-kit/aws v0.1.10
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.