{"id":15625852,"url":"https://github.com/ntegral/ngx-amplify","last_synced_at":"2026-01-07T21:48:27.006Z","repository":{"id":35828948,"uuid":"219555017","full_name":"ntegral/ngx-amplify","owner":"ntegral","description":"An angular library for integration AWS cloud services (cognito)","archived":false,"fork":false,"pushed_at":"2022-06-03T00:55:24.000Z","size":976,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T12:08:42.648Z","etag":null,"topics":["angular","aws","cognito","ng-universal"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntegral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-04T17:12:53.000Z","updated_at":"2020-02-18T01:26:15.000Z","dependencies_parsed_at":"2022-09-08T17:42:30.090Z","dependency_job_id":null,"html_url":"https://github.com/ntegral/ngx-amplify","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/ntegral%2Fngx-amplify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntegral%2Fngx-amplify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntegral%2Fngx-amplify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntegral%2Fngx-amplify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntegral","download_url":"https://codeload.github.com/ntegral/ngx-amplify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215829,"owners_count":20741894,"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":["angular","aws","cognito","ng-universal"],"created_at":"2024-10-03T10:06:43.138Z","updated_at":"2026-01-07T21:48:26.946Z","avatar_url":"https://github.com/ntegral.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-amplify\nAn angular library for integration AWS cloud services (cognito, s3)\n\n[![npm version](http://img.shields.io/npm/v/ngx-amplify.svg?style=flat)](https://npmjs.org/package/ngx-amplify \"View this project on npm\")\n[![ISC license](http://img.shields.io/badge/license-ISC-brightgreen.svg)](http://opensource.org/licenses/ISC)\n\n\n## Table Of Contents\n\n- [Installation](#installation)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgements](#acknowledgements)\n\n\n## Installation\n\n```bash\nnpm install --save ngx-amplify amazon-cognito-identity-js amazon-cognito-identity-js-typescript\n```\n\n## Getting Started\n\nThe simplest way to use `ngx-amplify` is to use `NgxAmplifyModule.forRoot`\n\n```typescript\nimport { NgxAmplifyModule } from 'ngx-amplify';\n\n@Module({\n  imports: [\n    NgxAmplifyModule.forRoot({\n      region:'us-east-x',\n      userPoolId: 'us-east-1_kT3FBpRxA',\n      appId: '1r9vg3ob81jamk62mjepejd3db',\n      idpUrl: `cognito-idp.us-east-x.amazonaws.com`,\n      identityPoolId: 'us-east-1:08f3112b-cc65-49e4-8063-81f16cccd1ax',\n      storage: {\n          bucketName: 'awsbucket',\n          bucketRegion: 'us-east-x',\n          defaultLevel: 'public',\n          folderLevel: 'public'\n      }\n    }),\n  ],\n})\nexport class AppModule {}\n```\n\nadd the following code to the polyfill.ts file \n\n```typescript\n * APPLICATION IMPORTS\n */\n(window as any).global = window;\n(window as any).process = {\n  env: { DEBUG: undefined },\n};\n```\n\n## Contributing\n\nI would greatly appreciate any contributions to make this project better. Please\nmake sure to follow the below guidelines before getting your hands dirty.\n\n1. Fork the repository\n2. Create your branch (`git checkout -b my-branch`)\n3. Commit any changes to your branch\n4. Push your changes to your remote branch\n5. Open a pull request\n\n## License\n\nDistributed under the ISC License. See `LICENSE` for more information.\n\n## Acknowledgements\n\n- [ntegral inc](http://www.ntegral.com)\n- [aws](https://aws.amazon.com)\n\nCopyright \u0026copy; 2019 Ntegral Inc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntegral%2Fngx-amplify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntegral%2Fngx-amplify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntegral%2Fngx-amplify/lists"}