Skip to content

Starting point for creating a new AWS Lambda function using Ruby

Notifications You must be signed in to change notification settings

bradyaturner/lambda-ruby-demo

Repository files navigation

Lambda Ruby Demo

Starting point for creating a new AWS Lambda function using Ruby

Includes:

  • Basic Lambda function handler script
  • Basic Gemfile
  • Rakefile with tasks to deploy to AWS
  • Basic exclude file for excluding files from deployment
  • .gitignore populated with project-specific entries
  • Sample config file

Getting started:

  • Clone repository
  • Create config file: cp lambdaconfig.yml.sample lambdaconfig.yml
  • Populate config file with your AWS info
  • Install and configure AWS CLI
  • Edit script and Gemfile to add your own functionality
  • Run rake deploy to upload the project to your Lambda

Resources:

About

Starting point for creating a new AWS Lambda function using Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages