{"id":19758771,"url":"https://github.com/mozta/rfid","last_synced_at":"2025-10-24T15:39:46.666Z","repository":{"id":41921089,"uuid":"219568634","full_name":"Mozta/rfid","owner":"Mozta","description":"App web for RFID project","archived":false,"fork":false,"pushed_at":"2022-04-22T22:55:30.000Z","size":32,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T22:51:33.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Mozta.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":"2019-11-04T18:25:35.000Z","updated_at":"2019-11-24T00:39:52.000Z","dependencies_parsed_at":"2022-08-11T22:01:00.442Z","dependency_job_id":null,"html_url":"https://github.com/Mozta/rfid","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/Mozta%2Frfid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozta%2Frfid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozta%2Frfid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozta%2Frfid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mozta","download_url":"https://codeload.github.com/Mozta/rfid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089724,"owners_count":19907802,"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-12T03:26:00.066Z","updated_at":"2025-10-10T12:22:59.546Z","avatar_url":"https://github.com/Mozta.png","language":"Python","readme":"# RFID Security System CRUD\n\n## Creating IAM user\n\nCredentials are needed to manage stuff on AWS. Amazon, strongly discourages the usage of the root user credentials for security reasons, so a new user needs to be created with the **Identity Access Management** (IAM) service. Instructions to enable IAM and create a new user can [be found here](https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started_create-admin-group.html).\n\n- In the **access type**, I chose `Programmatic access` which enables an **access key ID** and **secret access key**.\n\n- In **permissions**, I clicked on *Attach existing policies directly*, then searched and chose `AmazonDynamoDBFullAaccess` so this user can only access dynamoDB.\n\n- I skipped the **tags** section.\n\nOnce reviewed, a new user will be created. An **access key ID** and a **secret access key ID** will be generated, the **secret key will only be shown this one time**, so write it down and keep it safe and secret!\n\n## Environment variables\n\nThe AWS SDK, `boto3`, needs some environment variables to run properly, so these should be set as following:\n\n```bash\nAWS_ACCESS_KEY_ID=[your-access-id]\nAWS_SECRET_ACCESS_KEY=[your-secret-key]\nAWS_DEFAULT_REGION=[your-closest-region]\n```\n\nIn `AWS_DEFAULT_REGION`, I chose the value `us-east-2`.\n\nAlso, in order to not reveal the names of the dynamoDB tables used, l also set those up as environment variables:\n\n```bash\nUSERS_TABLE_NAME=[your-users-table]\nMACHINES_TABLE_NAME=[your-machines-table]\nLOGS_TABLE_NAME=[your-logs-table]\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozta%2Frfid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozta%2Frfid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozta%2Frfid/lists"}