{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"Provides Python constructs for defining AWS Step Functions state machines using AWS CDK v1, enabling serverless workflow orchestration through code.","skillfed_tags":["end-of-life","aws-cdk-v1","deprecated"],"use_cases":["Define serverless workflows that orchestrate Lambda functions, wait states, and conditional branching without writing raw JSON state machine definitions.","Build job-polling patterns where a workflow submits a job, waits for status updates, and handles success or failure outcomes.","Create multi-step data processing pipelines that integrate with AWS services like S3, CloudWatch, and IAM through CDK constructs.","Prototype and test state machine logic in Python before deploying to AWS Step Functions."],"what_it_does":"This package provides Python classes and constructs for building AWS Step Functions state machines within the AWS CDK v1 framework. It models the Amazon States Language, allowing you to define workflows programmatically by chaining states such as Task, Pass, Wait, Choice, Parallel, Succeed, Fail, and Map. State data flows through the workflow as JSON, transformed by each state, and you can use the JsonPath class to reference and manipulate that data at each step.\n\nThe package depends on core CDK modules (aws-cloudwatch, aws-events, aws-iam, aws-logs, aws-s3, aws-cdk.core) and constructs, and is typically used alongside aws-cdk.aws-stepfunctions-tasks to invoke other AWS services. However, AWS CDK v1 reached end-of-support on 2023-06-01 and is no longer maintained; the AWS team recommends migrating to AWS CDK v2 for ongoing support and updates.","worth_installing":"No. This package is end-of-support as of 2023-06-01 and receives no further updates. AWS CDK v1 users should migrate to AWS CDK v2 to maintain security, compatibility, and access to new features. Installing this package locks you into an unsupported version with no path forward for bug fixes or enhancements."},"id":"aws-cdk-aws-stepfunctions","links":{"html":"https://skillfed.io/packages/aws-cdk-aws-stepfunctions","md":"https://skillfed.io/packages/aws-cdk-aws-stepfunctions.md","pypi":"https://pypi.org/project/aws-cdk-aws-stepfunctions/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-06-19","license_spdx":null,"license_treatment":"permissive","name":"aws-cdk.aws-stepfunctions","python_support":"supports_current","summary":"The CDK Construct Library for AWS::StepFunctions"},"popularity":{"monthly_downloads":141731,"position":11234,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.204.0"}
