Skip to content

Update Serverless Step Function #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 129 commits into
base: master
Choose a base branch
from

Conversation

mofolo
Copy link
Owner

@mofolo mofolo commented Sep 5, 2024

No description provided.

bahrmichael and others added 30 commits December 19, 2022 21:03
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/json5-1.0.2

chore(deps): bump json5 from 1.0.1 to 1.0.2
feat: generate IAM policy for S3 when ItemReader is used
feat: add IAM role to distributed_map to start the state machine
fix: template error while using distributed_map
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/http-cache-semantics-4.1.1

chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
…_yarn/cookiejar-2.1.4

chore(deps): bump cookiejar from 2.1.3 to 2.1.4
feat: generate permission for dynamodb:Query and for GSIs
…ustom-name

feat: support custom state machine names when using a distributed mapA
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies needed to be updated together.

Updates `xml2js` from 0.4.19 to 0.5.0
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](Leonidas-from-XIV/node-xml2js@0.4.19...0.5.0)

Updates `aws-sdk` from 2.1204.0 to 2.1354.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.1204.0...v2.1354.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: aws-sdk
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/xml2js-and-aws-sdk-0.5.0

chore(deps): bump xml2js and aws-sdk
…bot/npm_and_yarn/xml2js-and-aws-sdk-0.5.0

Revert "chore(deps): bump xml2js and aws-sdk"
zirkelc and others added 30 commits December 16, 2024 14:59
feat: support JSONata query language
chore: bump asl-validator to 3.11.0
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `mocha` from 9.2.2 to 11.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v9.2.2...v11.1.0)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
feat(jsonata): support `Arguments` for DynamoDB
…_yarn/multi-51b3ba2ceb

chore(deps): bump serialize-javascript and mocha
…_yarn/jsonpath-plus-10.3.0

chore(deps): bump jsonpath-plus from 10.2.0 to 10.3.0
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.16.3 to 1.16.4.
- [Commits](mafintosh/tar-fs@v1.16.3...v1.16.4)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add multiple custom templates

* fix: indentation

* fix: responseParameters were not working as expected

---------

Co-authored-by: Alex Jäger <alexander.jaeger@the-fittest.de>
…645)

* fix: correctly resolve lambda function name from Arguments or Parameters

* test: use itParam to test both JSONPath and JSONata scenarios

* fix: lambda permissions for jsonata

---------

Co-authored-by: zirkelc <chris.zirkel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.