serverless-step-functions
serverless-step-functions copied to clipboard
AWS Step Functions plugin for Serverless Framework ⚡️
micro-service orchestration through AWS step functions for sync communication between micro-services
I am following the AWS recommended tutorial for microservices in a multi-tenant serverless system as in the picture below. At places where microservices need to call other microservices synchronously, I...
# This is a (Bug Report) ## Description For bug reports: * What went wrong? * startExecution.sync:2 is not supported in Local StepFunction docker image * What did you expect...
For bug reports: * What went wrong? Auto generated IAM role for state machine is missing resource dependencies. Trying to deploy simple, basic state machine to invoke two lambdas. *...
# This is a Bug Report ## Description For bug reports: * What went wrong? We configured a DynamoDB to use KMS encryption. We configured SFN to read from DynamoDB....
Hi, is it possible to invoke the state machine locally with the official AWS Step Functions Local (https://docs.aws.amazon.com/step-functions/latest/dg/sfn-local.html) executable?
# This is a Feature Proposal ## Description Hi all, I've done a definition which is inside the "more complex" serverless deploy I'm using in my company. We have two...
# This is a (Bug Report) ## Description loggingConfig is not converted to cloudformation For bug reports: * What went wrong? > loggingConfig is not converted to cloudformation; thus the...
Hi, I am running into an issue in my step function where I am losing the original input if an exception is thrown within any Lambda. I do have a...
# This is a Bug Report ## Description I'm building a pipeline using the `serverless-step-functions` plugin where I'm running a container stored in ECR using AWS Batch. I'm using a...
# This is a Bug Report ## Description I have a deployed step function and wish to add notifications using the Lambda handler on ABORTED and FAILED events. I added...