* full support for the new 2.1 language features
* access to the AST and runtime via frame callbacks
* bugfixes
Thanks to everyone in the community who contributed docs, issue reports & pull requests!
github.com/dashjoin/jso...
* full support for the new 2.1 language features
* access to the AST and runtime via frame callbacks
* bugfixes
Thanks to everyone in the community who contributed docs, issue reports & pull requests!
github.com/dashjoin/jso...
After a long hiatus, it's back! Talks include:
- RAG for Networks
- Using MCP Servers for NetOps
- Practical Data Tips with Pandas, JSONata, and Pydantic
- Design Driven Infrastructure Automation
Details here: networkautomation.group
After a long hiatus, it's back! Talks include:
- RAG for Networks
- Using MCP Servers for NetOps
- Practical Data Tips with Pandas, JSONata, and Pydantic
- Design Driven Infrastructure Automation
Details here: networkautomation.group
AWS Step Functionsのワークフローについて、本番運用で培った実践的なノウハウを共有します。
インフラ定義はCDKで、インフラコードとアプリコードは同一リポジトリに管理します。
多用途Lambda関数やStateMachine Fragmentの活用法、VariablesとJSONataの利用についても解説します。
AWS Step Functionsのワークフローについて、本番運用で培った実践的なノウハウを共有します。
インフラ定義はCDKで、インフラコードとアプリコードは同一リポジトリに管理します。
多用途Lambda関数やStateMachine Fragmentの活用法、VariablesとJSONataの利用についても解説します。
A PHP port of JSONata - a lightweight query and transformation language for JSON.
🔗 https://github.com/monster-anshu/jsonata-php
A PHP port of JSONata - a lightweight query and transformation language for JSON.
🔗 https://github.com/monster-anshu/jsonata-php
LocalStack now supports the same mocking features, plus full support for the latest Step Functions features like JSONata, Variables, and Distributed Map.
LocalStack now supports the same mocking features, plus full support for the latest Step Functions features like JSONata, Variables, and Distributed Map.
For developers using Step Functions for their workflow management in AWS there were some really nice changes recently announced including support for JSONata and variables. These changes can greatly simplify your workflow. Examples are below. (1️⃣/2️⃣)
🧵
For developers using Step Functions for their workflow management in AWS there were some really nice changes recently announced including support for JSONata and variables. These changes can greatly simplify your workflow. Examples are below. (1️⃣/2️⃣)
🧵
JSONata式でJSONデータを抽出・加工できるCLIツールjfqの紹介記事です。
jqと比較しながら、jfqのインストール方法やAWS CLIのレスポンス加工例を解説しています。
JSONataを使うことで、より簡潔にJSONデータを扱えることを示しています。
JSONata式でJSONデータを抽出・加工できるCLIツールjfqの紹介記事です。
jqと比較しながら、jfqのインストール方法やAWS CLIのレスポンス加工例を解説しています。
JSONataを使うことで、より簡潔にJSONデータを扱えることを示しています。
https://dev.classmethod.jp/articles/jsonata-on-the-command-line-tool-jfq/
https://dev.classmethod.jp/articles/jsonata-on-the-command-line-tool-jfq/
State単位でJSONata形式で記載することも可能なので段階的に変更できました。
State単位でJSONata形式で記載することも可能なので段階的に変更できました。
Flatten Array of Arrays using JSONata for AWS Step Functions
#aws #programming #tutorial #javascript
Flatten Array of Arrays using JSONata for AWS Step Functions
#aws #programming #tutorial #javascript
#amazon-dynamo-db #aws-bills #awsstepfunctions #jsonata #aws-lambda
#amazon-dynamo-db #aws-bills #awsstepfunctions #jsonata #aws-lambda
Simplified Data Workflows With AWS Step Functions Variables
#amazondynamodb #awslambda #awsstepfunctions #jsonata
Simplified Data Workflows With AWS Step Functions Variables
#amazondynamodb #awslambda #awsstepfunctions #jsonata
This jam-packed release brings:
🔐 New Verified Permissions provider
👣 Mocked Service Integrations for Step Functions
🗄️ LocalStack-native RDS provider
▶️ Container-based Glue job executor
❇️ Enhancements in IAM, KMS, etc
🔗 Read here: blog.localstack.cloud/localstack-r...
An example calculating the average CSAT (Customer Satisfaction) score for an event
$states.result.Items[type.S = 'CSAT'].csatEvent.S ~> $map(function($v) {$number($v)}) ~> $average ~> $round(2)
An example calculating the average CSAT (Customer Satisfaction) score for an event
$states.result.Items[type.S = 'CSAT'].csatEvent.S ~> $map(function($v) {$number($v)}) ~> $average ~> $round(2)