Skip to content

Commit 64bdaeb

Browse files
committed
Add repo link of aws lambda example
1 parent 2657196 commit 64bdaeb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Check out all the resources and all the Java code examples in the [Official Docu
4444
- [SMS API](#sms-api)
4545
- [Token authentication](#token-authentication)
4646
- [Example Request](#example-request)
47+
- [Other Examples](#other-examples)
4748
- [Contribute](#contribute)
4849

4950

@@ -573,6 +574,10 @@ Assert.assertEquals("Message is being sent", response.getData().getJSONObject(0)
573574
```
574575
Also, you can check [integration tests](src/test/java/com/mailjet/client/SendSmsIT.java) how to work with Mailjet client.
575576

577+
## Other examples
578+
579+
- [AWS Lambda](https://github.com/fouad-j/aws-lambda-java-jetmail)
580+
576581
## Contribute
577582

578583
Mailjet loves developers. You can be part of this project!

0 commit comments

Comments
 (0)