Breaking changes
- Flowpipe
v1.0.0
is now required. For a full list of CLI changes, please see the Flowpipe v1.0.0 CHANGELOG. - In Flowpipe configuration files (
.fpc
),credential
andcredential_import
resources have been renamed toconnection
andconnection_import
respectively. - Renamed all
cred
params toconn
and updated their types fromstring
toconn
.
Enhancements
- Added
library
to the mod's categories. - Updated the following pipeline tags:
type = "featured"
torecommended = "true"
type = "test"
tofolder = "Tests"
Bug fixes
- Fixed
put_s3_bucket_encryption
pipeline to correctly encrypt an S3 bucket without returning an error. (#68) (Thanks @gcasilva for the contribution!)
What's new?
- Added 22 new pipelines for seamless integration with your CloudWatch, EC2, IAM, KMS, VPC resources, and more.
What's new?
- Added the following new pipeline:
delete_dynamodb_table
What's new?
- Added the following new pipelines:
delete_ebs_volume
delete_eks_node_group
delete_elasticache_cluster
delete_elbv2_load_balancer
delete_nat_gateway
delete_rds_db_instance
delete_route53_health_check
delete_secretsmanager_secret
detach_ebs_volume
put_s3_bucket_lifecycle_policy
release_eip
terminate_emr_clusters
update_route53_record
Bug fixes
- Fixed type of
min_interval
arg inretry
blocks in EC2 test pipelines.
What's new?
- Added 75+ pipelines to make it easy to connect your EC2, IAM, S3, SNS, VPC resources and more. For usage information and a full list of pipelines, please see AWS Mod for Flowpipe.