diff --git a/readme.md b/readme.md index b17a11c..b1485c1 100644 --- a/readme.md +++ b/readme.md @@ -19,15 +19,18 @@ This action allows you to synchronously invoke a Lambda function and get the res ## Table of contents -- [Input parameters](#input-parameters) - - [Credentials](#credentials) - - [Invocation](#invocation) -- [Output](#output) -- [Examples](#examples) - - [Basic example](#basic-example) - - [Using output](#using-output) - - [Specifying alias/version](#specifying-aliasversion) - - [Handling logs](#handling-logs) +- [Invoke AWS Lambda](#invoke-aws-lambda) + - [Table of contents](#table-of-contents) + - [Input parameters](#input-parameters) + - [Credentials](#credentials) + - [Invocation](#invocation) + - [Output](#output) + - [Examples](#examples) + - [Basic example](#basic-example) + - [Using output](#using-output) + - [Specifying alias/version](#specifying-aliasversion) + - [Handling logs](#handling-logs) + - [OpenID Credentials](#openid-credentials)