A pz module for AWS - Official Amazon AWS command-line interface
Via composer:
$ composer require --dev project-zer0/pz-awsThis module provides following config block to .pz.yaml file
project-zer0:
aws:
image: amazon/aws-cli # Docker image name to use for aws command
config_dir: $PZ_PWD/.pz/.aws # A path where to keep AWS configThis module provides these commands in pz tool
$ pz aws:cli [aws] The AWS Command Line Interface is a unified tool to manage your AWS services.
$ pz aws:login Configure AWS and login into Docker AWS ECR RegistryRun test cases
$ composer testRun test cases with coverage (HTML format)
$ composer test-coverageRun PHP style checker
$ composer cs-checkRun PHP style fixer
$ composer cs-fixRun all continuous integration tests
$ composer ci-runPlease see CONTRIBUTING and CONDUCT for details.
Please see License File for more information.