Skip to content
#

aws-lambda

Here are 5,511 public repositories matching this topic...

JorisPhilipsen
JorisPhilipsen commented Jan 20, 2021

Use case description

I was wondering if it would be possible to add the enabled boolean flag to the API key settings in the serverless.yml file.

Proposed solution

My proposal would be creating something like this:

provider:
  name: aws
  apiKeys:
    - name: ${self:provider.stage}-test-a
      description: Api key test a
      enabled: true
    - name: ${self:provid
BentoML
parano
parano commented Oct 20, 2020

Currently, FastAI artifact code is not tested: https://codecov.io/gh/bentoml/BentoML/tree/master/bentoml/frameworks

We would want to add an integration test suit to test its functionalities including save, load, and run inference from API server. The setup should be similar to other integration tests that can be found here: https://github.com/bentoml/BentoML/tree/master/tests/integration

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 Jan 4, 2021
  • Go
serverless-next.js
abramvandergeest
abramvandergeest commented May 21, 2019

Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase

Expected behavior:
to be able to insert to a sql database in an activity

What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database

Additional information you deem important (e.g. I need this tomorrow):

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