issues
search
Clarifai
/
lambdafai
Lambdafai is a simple framework for building and deploying REST APIs using AWS Lambda, API Gateway, DynamoDB, and S3.
MIT License
37
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fixes for api gateway authorizer
#73
dankantor
closed
7 years ago
0
Error response fixes
#72
dankantor
closed
7 years ago
0
fixed handling of POST form data
#71
dankantor
closed
7 years ago
0
allow createdAt to be passed in for DB items insert
#70
dankantor
closed
7 years ago
0
Dk dynamo stream
#69
dankantor
closed
7 years ago
0
Dk fix invoke
#68
dankantor
closed
7 years ago
0
Dk command line
#67
dankantor
closed
7 years ago
0
Dk aws proxy
#66
dankantor
closed
7 years ago
0
Returning {"body": {..}, "header": {..}} breaks Authorizer Event
#65
dankantor
closed
7 years ago
1
Dk redirect
#64
dankantor
closed
7 years ago
1
Dk set headers
#63
dankantor
closed
8 years ago
1
Dk fix tests
#62
dankantor
closed
8 years ago
0
Dk list with indexname
#61
dankantor
closed
8 years ago
1
Dk apigatewayauthorizerevent
#60
dankantor
closed
8 years ago
0
Dk db query by index
#59
dankantor
closed
8 years ago
1
Dk fix db full schema
#58
dankantor
closed
8 years ago
1
Creating a lambda with no API Gateway routes throws an error
#57
dankantor
opened
8 years ago
0
removed lame line from readme
#56
dankantor
closed
8 years ago
1
Document IAM permissions needed
#55
dankantor
opened
8 years ago
1
We deploy the same zipfile to every Lambda. Only build it once.
#54
keithito
closed
8 years ago
0
added SCHEDULEDEVENTS handler
#53
dankantor
closed
8 years ago
2
CORS
#52
dankantor
closed
8 years ago
1
Configurable read/write for DynamoDB
#51
dankantor
opened
8 years ago
0
JSDoc error
#50
dankantor
closed
8 years ago
0
Fix S3 events for real this time
#49
keithito
closed
8 years ago
0
Parse path parameters in s3 conversion
#48
keithito
closed
8 years ago
0
Expand "path" field on the request.
#47
keithito
closed
8 years ago
0
Only invoke lambda-specific middleware if that lambda is handling the request
#46
keithito
closed
8 years ago
0
API Gateway response headers
#45
dankantor
closed
8 years ago
2
More event sources
#44
dankantor
opened
8 years ago
2
Move name expansion out of database and into request.
#43
keithito
closed
8 years ago
0
Use non-chained syntax in hello-world example. It's easier to read.
#42
keithito
closed
8 years ago
0
Wait 2 sec between creating methods to prevent TooManyRequestsException.
#41
keithito
closed
8 years ago
0
Rename Increment to Amount; it's more natural
#40
keithito
closed
8 years ago
0
Ensure that the minimal lambda succeeds
#39
keithito
closed
8 years ago
0
Fix bugs in how grantsForUser limits results
#38
keithito
closed
8 years ago
0
Shorten HashKey to just Key for list
#37
keithito
closed
8 years ago
0
Shorter names on ACL
#36
keithito
closed
8 years ago
0
Rename revokeAllPermissionsForResource to revokeAllPermissions. It's …
#35
keithito
closed
8 years ago
0
Simplify example using chaining
#34
keithito
closed
8 years ago
0
Include lamdba arn in the request
#33
keithito
closed
8 years ago
0
Handle uncaught exceptions by returning a 500.
#32
keithito
closed
8 years ago
0
Lambdas should not handle requests that were rejected by middleware
#31
keithito
closed
8 years ago
0
Pass through Lambda function ARN to the request.
#30
keithito
closed
8 years ago
0
Allow users to create responses with a callback for use in testing
#29
keithito
closed
8 years ago
0
Use jshint as a pretest step. Make code jshint compliant.
#28
keithito
closed
8 years ago
0
Small fixes to make Lambdafai easier to work with
#27
keithito
closed
8 years ago
0
Use Github dependency so this can be copied and pasted to other repos.
#26
keithito
closed
8 years ago
0
Handle S3 PUT events
#25
keithito
closed
8 years ago
0
Add ability to deploy single lambda for faster iteration.
#24
keithito
closed
8 years ago
0
Next