{"id":19151477,"url":"https://github.com/sc5/sc5-aws-lambda-boilerplate","last_synced_at":"2025-05-07T05:24:30.545Z","repository":{"id":151513684,"uuid":"39129736","full_name":"SC5/sc5-aws-lambda-boilerplate","owner":"SC5","description":"Boilerplate for creating AWS lambda functions using node.js","archived":false,"fork":false,"pushed_at":"2015-10-03T05:47:45.000Z","size":174,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-19T19:05:03.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SC5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-15T10:02:22.000Z","updated_at":"2016-12-15T20:36:58.000Z","dependencies_parsed_at":"2023-04-09T02:06:05.877Z","dependency_job_id":null,"html_url":"https://github.com/SC5/sc5-aws-lambda-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC5%2Fsc5-aws-lambda-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC5%2Fsc5-aws-lambda-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC5%2Fsc5-aws-lambda-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC5%2Fsc5-aws-lambda-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SC5","download_url":"https://codeload.github.com/SC5/sc5-aws-lambda-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252819545,"owners_count":21809037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T08:14:48.139Z","updated_at":"2025-05-07T05:24:30.521Z","avatar_url":"https://github.com/SC5.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SC5 AWS LAMBDA MICROSERVICE BOILERPLATE\n\nA boilerplate for developing, testing and deploying AWS Lambda functions using node.js\n\n## Installation\n\n### Prerequisites \n\nClone the project and trigger installation of the project dependencies by\n\n    \u003e git clone https://github.com/SC5/sc5-aws-lambda-boilerplate.git [module name]\n    \u003e cd [module name]\n    \u003e npm install\n\nSet up your AWS credentials e.g. to ~/.aws/credentials (see http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html). e.g.\n    \n    [default]\n    aws_access_key_id = [YOUR_ACCESS_KEY_ID]\n    aws_secret_access_key = [YOUR_SECRET_ACCESS_KEY]\n\nSet up your lambda environment by copying example_lambdaenv.json to lambdaenv.json and setting the parameter values. You will need an AWS IAM role for use with your Lambda function.\n\n## Development\n\nSet up your module information into package.json prior to deployment\n\n### Project layout\n\n    src/    The source of the Lambda function (index.js)\n    tests/  The tests for the Lambda function. Tests to run must start with test_\n    gulpfile.js     The gulpfile used for deployment\n    package.json    The package file for the module. Defines the function name, version and dependencies\n\n## Testing\n\nRun gulp tests. \n\n    \u003e gulp test\n\nTests reside in the tests/directory. Uses lambda-wrapper module to wrap the code.\n\n## Deploying to AWS\n\nThe module is deployed to Lambda using\n    \n    \u003e gulp deploy\n\nThis will create a new lamda function to the region defined in lambdaenv.json with the name [module_name]_[version] (cleaned up from illegal characters)\n\n\n## Release History\n\n* 2015/07/22 - v0.1.1 - Use lambda-wrapper instead of pseudolambda.\n* 2015/07/15 - v0.1.0 - Initial version of boilerplate\n\n\n## License\n\nCopyright (c) 2015 [SC5](http://sc5.io/), licensed for users and contributors under MIT license.\nhttps://github.com/sc5/grunt-bobrsass-boilerplate/blob/master/LICENSE-MIT\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/SC5/sc5-aws-lambda-boilerplate/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc5%2Fsc5-aws-lambda-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsc5%2Fsc5-aws-lambda-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc5%2Fsc5-aws-lambda-boilerplate/lists"}