djsuperchief / Kyameru

Kyameru is a business processing engine inspired by Apache Camel and built for .Net Core.
https://djsuperchief.github.io/Kyameru/
MIT License
2 stars 1 forks source link

148 aws arn #153

Closed djsuperchief closed 6 months ago

djsuperchief commented 6 months ago

Added basic parser for arns. No actual validation is done for the ARN as this will be handled by downstream AWS components.

Also updated some documentation to reflect async changes and fix SQS error.

closes #148