gordon icon indicating copy to clipboard operation
gordon copied to clipboard

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation

Results 67 gordon issues
Sort by recently updated
recently updated
newest added

First, pulled from some of the latest contributions from the community and merged. Then added basic support for ALBs with lambda targets. currently, only supports http.

Hey there I'm new with gordon and I have installed the latest version but when I tried to run the samples with nodejs6.10 I always get this error: $:~/sites/gordon/examples/modulejs$ gordon...

@jorgebastida I'm running into a weird installation issue: ``` $ pip3 install gordon==0.7.0 Collecting gordon==0.7.0 Could not find a version that satisfies the requirement gordon==0.7.0 (from versions: 0.2.0, 0.2.1, 0.3.0,...

i get the following error while i do gordon apply: Note: You are trying to use gordon in a region were Lambdas are not supported. This might not end nicely!...

I've updated nodejs runtimes adding `nodejs8.10`.

The way we've set up AWS makes it so that we assume different roles when performing actions whether in dev/prod/test etc etc. Is there a way to make Gordon assume...

looks like the binary string output on error is not decoded properly note the output of the error starting with `b'` I'm running Python 3.6.5 and gordon 0.7.0

This has been used by our team successfully for over a year, and has allowed us to trigger a lambda function in account A from a bucket in account B....

I have given kinesis configuration in my settings.yml. Build is successful and so is the gordon apply. But I am not able to see my integration in my AWS Lambda...

Hi Thanks for **gordon**! It really rocks! This is a feature request to add support for creating an SNS Topic as an Event Source for Lambda, much like the CloudWatch...