From d37be88027dedd0a0fc5bb7de9ea592bd1d84ec3 Mon Sep 17 00:00:00 2001 From: Callum Bodels Date: Wed, 4 Jan 2023 14:43:37 +0000 Subject: [PATCH] docs: adding Go version/release badges Add Shield.io badges for Go version and GitHub release. Useful for displaying important information in a visually appealing and easily accessible way at a glance. Updated the license badge to standard Shield.io format. As it appears it was incorrect pointing to the badge for 'aws-sam-local'. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45674c9..0e5a737 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## AWS Lambda Runtime Interface Emulator +![GitHub release (latest by date)](https://img.shields.io/github/v/release/aws/aws-lambda-runtime-interface-emulator) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/aws/aws-lambda-runtime-interface-emulator) +![GitHub](https://img.shields.io/github/license/aws/aws-lambda-runtime-interface-emulator) -![Apache-2.0](https://img.shields.io/npm/l/aws-sam-local.svg) The Lambda Runtime Interface Emulator is a proxy for Lambda’s Runtime and Extensions APIs, which allows customers to locally test their Lambda function packaged as a container image. It is a lightweight web-server that converts