aws-lambda-endoflife

command module
v0.0.0-...-e89f960 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

README

Deprecated This repo is deprecated, please move to https://gitlab.com/tanna.dev/endoflife-checker

AWS Lambda End of Life Checker

A command-line Go tool to list all AWS Lambda functions that are in a given region, and annotating them with information around the runtime deprecation timelines.

See package documentation on pkg.go.dev.

Installation

Install the command-line tool by running:

go install gitlab.com/tanna.dev/aws-lambda-endoflife@HEAD

Usage

To get a Tab Separated Value (TSV) formatted output - handy for putting into a spreadsheet - you can run:

aws-lambda-endoflife -report

This takes advantage of AWS Configuration so will query your default profile and default region, which can be configured using the common environment variables, such as:

env AWS_DEFAULT_REGION=mars-east-1 aws-lambda-endoflife -report

License

This code is licensed under the Apache-2.0.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Stores information about the runtimes that are deprecated in AWS Lambda, as per https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
Stores information about the runtimes that are deprecated in AWS Lambda, as per https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL