Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 406 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 406 Bytes

Lambda function URL requests signing

This repository contains code examples with signing requests sent to Lambda function URL with AWS Signature Version 4 (using Java SDK v1 and V2).

These code snippets are described and explained in my article about the same topic: How To Sign And Secure AWS Lambda Requests In Java.