aws-serverless-samfarm icon indicating copy to clipboard operation
aws-serverless-samfarm copied to clipboard

This repo is full CI/CD Serverless example which was used in the What's New with AWS Lambda presentation at Re:Invent 2016.

Results 7 aws-serverless-samfarm issues
Sort by recently updated
recently updated
newest added

I have a situation where I have multiple lambda functions within our API Gateway's API. I'm new to AWS and learning as much as I can. I am wondering, how...

I have a different question. How do I have 1 lambda function with different events (different http methods) I don't want to create several lambda functions for each method its...

CloudFormation templates in aws-serverless-samfarm have been found to include a [deprecated Lambda function runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) (nodejs4.3). The affected templates have been updated to a supported runtime (nodejs10.x). Please note, **this pull...

Using runtime nodej4.3 failed with the following error in AWS CloudFormation: The runtime parameter of nodejs4.3 is no longer supported for creating or updating AWS Lambda functions. Changed to nodejs8.10...

Hi, I am trying to follow Step 3 and deploy the Serverless Pipeline, but got this error. The repo I am using is: https://github.com/sysout/aws-serverless-samfarm I moved the files in api...

I've tried everything I can think of to get this example working using sam-cli but with no luck. I've completely removed Python and reinstalled it, using brew, both 2.7 and...

Cloudformation will fail due to parameter constraints when using double quotes.