Skip to content
#

aws-lambda

Here are 6,630 public repositories matching this topic...

serverless-next.js

Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

  • Updated Oct 21, 2021
  • Go
Eric-Arellano
Eric-Arellano commented Dec 1, 2021

Currently, you set a test timeout like this:

python_test(timeout=5)

The number represents seconds, but that's not obvious from the BUILD file. Compare to:

python_test(timeout="5s")
python_test(timeout="2.5m")

Not only is this more explicit, allowing m for minutes is more flexible. "2m" is easier to read than 120. In Slack, we got 5 votes in favor

Improve this page

Add a description, image, and links to the aws-lambda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-lambda topic, visit your repo's landing page and select "manage topics."

Learn more