Skip to content

Commit 680f53a

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent a9a6f82 commit 680f53a

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

Modules/Intent.Modules.Aws.Lambda.Functions/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Version 1.0.2
22

33
- Improvement: Updated NuGet package versions.
4+
- Improvement: Added exception logging.
45

56
### Version 1.0.1
67

Modules/Intent.Modules.Aws.Sqs/docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ Modeling Integration Events can be achieved from within the Services designer.
1414
This module automatically installs the `Intent.Modelers.Eventing` module which provides designer modeling capabilities for integration events and commands.
1515
For details on modeling integration events and commands, refer to its [README](https://docs.intentarchitect.com/articles/modules-common/intent-modelers-eventing/intent-modelers-eventing.html).
1616

17+
![Modeled Events and Commands](images/modeling-event-command.png)
18+
1719
You can model Integration Events (orange Message envelope element), and it will automatically configure to work against an SQS Queue with a derived name.
1820
However, you can customize the name of the Queue by applying an `AWS SQS` stereotype and setting the `Queue Name` to the desired name.
1921

22+
![Customize Queue name](images/message-with-queue-name.png)
23+
2024
Similarly, you can model Integration Commands (green Message envelope element), and it will automatically configure to work against an SQS Queue with a derived name.
2125
You can customize the name by applying an `AWS SQS` stereotype and setting the `Queue Name` to the desired name.
2226

27+
![Customize Queue name](images/command-with-queue-name.png)
28+
2329
## AWS SQS Implementation
2430

2531
Provides an AWS SQS specific implementation of the `IEventBus` interface for dispatching messages.
7.67 KB
Loading
7.44 KB
Loading
34.8 KB
Loading

0 commit comments

Comments
 (0)