{"id":17238067,"url":"https://github.com/jsantell/eb-mock","last_synced_at":"2025-07-19T10:06:49.932Z","repository":{"id":21766429,"uuid":"25088640","full_name":"jsantell/eb-mock","owner":"jsantell","description":"Mock API for AWS ElasticBeanstalk","archived":false,"fork":false,"pushed_at":"2014-10-13T00:40:43.000Z","size":196,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-16T01:39:59.326Z","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/jsantell.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":"2014-10-11T17:41:09.000Z","updated_at":"2014-10-12T18:28:12.000Z","dependencies_parsed_at":"2022-08-17T20:35:23.917Z","dependency_job_id":null,"html_url":"https://github.com/jsantell/eb-mock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsantell/eb-mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsantell%2Feb-mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsantell%2Feb-mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsantell%2Feb-mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsantell%2Feb-mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsantell","download_url":"https://codeload.github.com/jsantell/eb-mock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsantell%2Feb-mock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265915139,"owners_count":23848491,"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-10-15T05:44:35.280Z","updated_at":"2025-07-19T10:06:49.905Z","avatar_url":"https://github.com/jsantell.png","language":"JavaScript","readme":"eb-mock [![Build Status](https://travis-ci.org/jsantell/eb-mock.png)](https://travis-ci.org/jsantell/eb-mock)\n=======\n\nMock API for AWS ElasticBeanstalk.\n\nAn API mimicking [aws-sdk](https://www.npmjs.org/package/aws-sdk)'s ElasticBeanstalk wrapper.\n\nImplements all [ElasticBeanstalk operations](http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_Operations.html), except the following methods, which are noops of consistent `param`, `callback` signatures:\n\n* CheckDNSAvailability\n* CreateConfigurationTemplate\n* CreateStorageLocation\n* DeleteApplicationVersion\n* DeleteConfigurationTemplate\n* DeleteEnvironmentConfiguration\n* DescribeEvents\n* DescribeConfigurationOptions\n* DescribeConfigurationSettings\n* DescribeEnvironmentResource\n* RebuildEnvironment\n* RetrieveEnvironmentInfo\n* RequestEnvironmentInfo\n* RestartAppServer\n* UpdateConfigurationTemplate\n* UpdateApplicationVersion\n* ValidateConfigurationSettings\n\n## Examples\n\n```\nvar EB = require(\"eb-mock\");\nvar fakeCreds = {};\nvar eb = new EB(fakeCreds);\n\neb.createApplication({\n  ApplicationName: \"my app\"\n}, function (err, data) {\n  console.log(data);\n});\n```\n\n## Testing\n\n`npm test`\n\n## TODO\n\n* Add other methods as needed\n* Perfect parity with AWS errors\n\n## License\n\nCopyright (c) 2014 Jordan Santell\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsantell%2Feb-mock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsantell%2Feb-mock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsantell%2Feb-mock/lists"}