Author name: Texple

AWS Cognito Role Based Access Control (RBAC)
AWS

AWS IoT Core – Attach Policies for Cognito User

In Cognito, The user will sign up using a phone number & OTP or email and password. After this, the user is authenticated. During the authentication process, we will use lambda triggers to register a user, verify the user and then attach the specific policy to them.

Confirming Multiple Users
AWS

Cognito: Confirming Multiple Users

We have our user information that we need to store in AWS Cognito. AWS Cognito provides us with a basic .csv file format that is required in order to store the users.

Introduction to GitLab Pipeline
DevOps

Introduction to GitLab Pipeline

GitLab offers a location for online code storage and capabilities for issue tracking and CI/CD. The repository enables hosting different development chains and versions and allows users to inspect previous code and roll back to it in the event of unforeseen problems.

GitLab Pipeline for Android
DevOps

GitLab Pipeline for Android

GitLab is an open-source code repository and collaborative software development platform for large DevOps and DevSecOps projects. GitLab is free for individuals. GitLab is a DevOps software package that combines the ability to develop, secure, and operate software in a single application.

AWS Cognito Role Based Access Control (RBAC)
AWS

AWS Cognito Role Based Access Control (RBAC)

have a Cognito created and also created some users in them. Right now, don’t rush to create a group right away. There are a few things that need to iron out then we can move to groups. You will need to decide how many groups you will create and what access you will give them with IAM roles.

Scroll to Top