The Wayback Machine - https://web.archive.org/web/20200525162637/https://github.com/topics/aws-lambda
Skip to content
#

aws-lambda

Here are 4,597 public repositories matching this topic...

kschoenrock-iw
kschoenrock-iw commented Apr 14, 2020

I have created a serverless project for python on AWS, which works fine... until I try to re-use the project directly after checkout. Any CLI command exits with the following error:

 sls help
 
 Serverless Error ---------------------------------------
 
  Serverless plugin "serverless-python-requirements" not found. Make sure it's installed and listed in the "plugins" section of your ser
edlefebvre
edlefebvre commented Dec 10, 2019

Prerequisites

  • I am running the latest version. (up upgrade)
  • I searched to see if the issue already exists.
  • I inspected the verbose debug output with the -v, --verbose flag.
  • Are you an Up Pro subscriber?

Description

It would be great to add regex capabilities to redirects like so:

redirects: {
  "/folder/:slug(regexhere)": {
    "location": "https
beugene-orcher
beugene-orcher commented Apr 23, 2020

Hello,
Thanks for the job you've done! Chalice is the very easy framework for newcomers and flask developers.

I've been learning the framework only for 2 weeks and regularly getting errors related with aws policies. The official content about the policies is minimal. And auto-policy can't do this job by the right way if you want to add more than just a 'hello world' function.

Run **chalice

keithwhor
keithwhor commented Jan 14, 2018
  • Main website searches through sourcecode OR public services
  • Dashboard searches through your services
  • Docs search through docs

More importantly, almost all widgets look the same.

I think we need consistency here: either give all widgets the same functionality (dropdown for public services, sourcecode, your services, and docs) or change how they look. I think first option is ideal.

joelanman
joelanman commented Mar 16, 2018

I'm trying to follow the quick guide, I've done these steps:

  1. serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws
  2. export AWS_PROFILE=serverless
  3. npm run deploy

However at point 3, I'm not in the right folder am I?

If I cd aws and the run npm run deploy I get an error:

Serverless Error ---------------
bref
Nemo64
Nemo64 commented Jan 29, 2020

In the documentation it says that a disadvantage of using the api gateway directly is that there is no https redirect. Ref: https://bref.sh/docs/websites.html#architectures

I'm new to aws but I basically used the api gateway and configured a custom domain and I noticed that there is a https redirect. Try: curl -v 'http://symfony-bootstrap.marco.zone'

Now I'm questioning: is that new and no

rschpdr
rschpdr commented Feb 17, 2020

Hello, first of all thanks for the amazing tool!

So, I got bit by the aforementioned warning and since it's quite elusive, it was kinda hard to debug. Turns out I was trying to return a next() call from an async middleware, because I scanned too quickly past the Promises support part of the docs.

I think adding a quick FAQ item telling users that this warning is related to that part of th

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):

INC00381
INC00381 commented Mar 3, 2016

Hi,

Is there a guide or step by step how to instruction to deploy this in aws? If not may i suggest to put few lines as in how to get this up and working in aws.

Ok Since I read something about lambda by now I understood few things, I am listing it here so that it might help, someone like me.

Install aws CLI

  • Check if the python is already installed by using $ python --version
  • Downl
BentoML
omrihar
omrihar commented Jan 22, 2020

When serving the model locally, a nice swagger documentation page becomes accessible that allows you to send requests to the model by clicking the "Try it out" button.
As part of the swagger specification it is possible to specify the schema the endpoint expects. When doing that, the "Try it out" button will be prefilled with values, so that the API end users can experiment with the endpoint more

karthich
karthich commented Dec 5, 2017

The build command in scripts/lambda uses keyword arguments that are inconsistent with the build function in aws_lambda.py
def build(use_requirements, local_package, config_file): aws_lambda.build( CURRENT_DIR, use_requirements=use_requirements, local_package=local_package, config_file=config_file, )
aws_lambda build function signature looks like

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

You can’t perform that action at this time.