#stepfunctions — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #stepfunctions, aggregated by home.social.
-
AWS初心者がStep Functionsでローコードでワークフローを作成した話
https://qiita.com/tks_1128/items/f7f0b2fd870e8bb0c59d?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
AWS初心者がStep Functionsでローコードでワークフローを作成した話
https://qiita.com/tks_1128/items/f7f0b2fd870e8bb0c59d?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
AWS Step Functions で JSONata を使用するデータ変換方法と具体例の紹介
https://qiita.com/nasuvitz/items/637cdb2babbf84e3ae38?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
AWS Step Functions で JSONata を使用するデータ変換方法と具体例の紹介
https://qiita.com/nasuvitz/items/637cdb2babbf84e3ae38?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
AWS Step Functions で JSONata を使用するデータ変換方法と具体例の紹介
https://qiita.com/nasuvitz/items/637cdb2babbf84e3ae38?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
Very cool feature from the Step Functions team. Validate your workflows with semantic checks before needing to deploy or run them.
https://aws.amazon.com/about-aws/whats-new/2024/08/validation-api-step-functions/
-
🌟 Exciting News for AWS Developers! 🌟 The new TestState API by AWS Step Functions is a game-changer. Test individual states w/o deploying the entire workflow, saving time and effort.
Learn more in this article by Ben Freiberg: https://aws.amazon.com/blogs/compute/accelerating-workflow-development-with-the-teststate-api-in-aws-step-functions/
#AWS #StepFunctions #DevOps #Testing #Automation #AWSCommunity
-
Here at @TenchiSecurity our product is built on #AWS #serverless workloads, but we also use AWS #Batch to execute a few container-based tasks on #StepFunctions.
This blog post from Luis F. Pontes from our #DevOps team describes problems we encountered with inactive AWS Batch Job Definition revisions, due to a long known quirk in #CloudFormation. Plus, it presents a workaround we successfully implemented, with code examples.
Check it out at https://www.tenchisecurity.com/fixing-aws-step-function-errors-due-to-reference-to-inactive-aws-batch-job-definition-revisions/
-
Building out some examples of AWS Step Functions invoking AWS APIGW endpoints, gotta love the visual nature of workflows. #AWS #stepfunctions #serverless
-
🚀 Are you juggling numerous AWS Step Functions and need a way to monitor them all efficiently? My latest blog post guides you through creating a one-glance dashboard using CloudWatch's custom metrics and Terraform! No more manual checks - just a comprehensive, color-coded overview. 🟢🔴 Dive into the details here: https://letsmake.cloud/guardian-of-the-functions
#AWS #Terraform #DevOps #CloudMonitoring #StepFunctions -
New AWS::StepFunctions::StateMachineVersion
Use the AWS::StepFunctions::StateMachineVersion resource to create multiple versions of a state machine.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachineversion.html #stepfunctions #cloudformation -
New AWS::StepFunctions::StateMachineAlias
Use the AWS::StepFunctions::StateMachineAlias resource to create an alias that routes traffic to one or two versions of the same state machine.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachinealias.html #stepfunctions #cloudformation -
My triumphant return to The New Stack: There's been a resumption of the debate among #infrastructure software #developers over whether decoupling an organization's functionality into #microservices in the name of #scalability reduces complexity or re-introduces it. This happened when Amazon Prime Video engineers made an architectural decision, and chronicled it in their blog. For a streaming video monitoring function, they moved _away_ from microservices, they said, and back toward a #monolithic architecture, for purposes of simplicity, speed, performance, and cost reduction.
Before long, the whole debate fired up again: Microservices only buys you so much scalability, some said, but eventually the complexity of its messaging between services eats any speed gains you had at the start.
At least that's what Prime Video's engineers appeared to be saying. But a close examination of their situation by world-class experts, including from Amazon Web Services (AWS), revealed that the devil was lurking outside the details after all and out in the open where we should have seen him: Yes, they had consolidated some #StepFunctions, but in so doing, they actually went the other direction. They made a microservice; the blog's author simply didn't realize it.
So what was this debate truly about, then? Do we not know a monolith when we see it anymore? Are we so quick to take sides in a debate that we've lost track of what we're actually arguing about?
No, that wasn't a digression. I'm still talking about #cloudcomputing infrastructure.
Anyway, do take some time today to read this article, which features an all-star cast including Donnie Berkholz @dberkholz,
Lori MacVittie from F5, David Mooter from Forrester, Laura Tacho, Ajay Nair from AWS,
@microsoft CVP
Brendan Burns, and one of the original microservices champions, Adrian Cockcroft @adrianco.https://thenewstack.io/amazon-prime-videos-microservices-move-doesnt-lead-to-a-monolith-after-all/
-
I didn't know about C# Stateless library before reading Emre Mert's post. I love the idea to build my state machine with C# code. Yet, for .NET cloud native applications, I would probably rely on AWS Step Functions to manage a state machine.
https://emremert.dev/state-machine-in-microservice-design
#dotnet #statemachine #aws #stepfunctions -
New version of library StatesLanguage published with support latest Intrinsic functions and support for Net6. Thanks to a new contributor 🙂
#stepfunctions #aws #net6 https://github.com/vdaron/StatesLanguage -
New version of library StatesLanguage published with support latest Intrinsic functions and support for Net6. Thanks to a new contributor 🙂
#stepfunctions #aws #net6 https://github.com/vdaron/StatesLanguage -
[ BLOG ] "Using AWS Application Composer to build a serviceful application"
https://it20.info/2023/02/using-aws-application-composer-to-build-a-serviceful-application/
This blog builds on a "solution" I have sketched which involves #EventBridge and #StepFunctions and show how you can use #ApplicationComposer to "stitch" it into deploy-able IaC. Nothing deep but if you are moving baby steps into Application Composer it may be worth a read.
-
Overall, AWS Step Functions greatly simplifies workflow tasks, however I find their service integrations very frustrating.
At creation, you can provide the ARN of another workflow in another region which is to be executed, this is FINE till you run it, and it magically replaces the region in that ARN with the current one, then attempts to start the execution resulting in "State Machine Does Not Exist". No shit sherlock... #aws #stepfunctions 😭 😭 🤦♂️
-
An #EventBridge + #StepFunctions #nocode workflow that "changes the behavior of #ECS" and registers a single task/container public IP in a #Route53 A record.
https://github.com/aws/containers-roadmap/issues/737#issuecomment-1410169740
👺 👻
-
Moving from synchronous #apigw to fat #lambda that calls in parallel #eventbridge #dynamodb #s3 #stepfunctions #sqs #sns to fully #eda lambda that calls just #dynamodb and fan-out with #sns gave me just an 8% increase in term of scalability. #eda with #eventbridge is the same as the fatty 😭
-
This is a welcome release! #AWS #StepFunctions now supports cross-account actions.
It uses role assumption in the target account, so it works for any resource, not just those which support resource policies.