Skip to content

[PRMP-1475] Implement GetUserInformation Lambda#1137

Open
steph-torres-nhs wants to merge 37 commits intomainfrom
PRMP-1475
Open

[PRMP-1475] Implement GetUserInformation Lambda#1137
steph-torres-nhs wants to merge 37 commits intomainfrom
PRMP-1475

Conversation

@steph-torres-nhs
Copy link
Contributor

@steph-torres-nhs steph-torres-nhs commented Feb 26, 2026

Overview

Jira ticket: PRMP-1475

Description

Implement a lambda handler to use the Healthcare Worker API service to retrieve user details.
Update lambda deployment workflow to include new lambda handler.

Context

User Restrictions feature

Checklist

Tasks for all changes:

@github-actions
Copy link

Code security issues found

View full details here.

@sonarqubecloud
Copy link

def lambda_handler(event, context):
try:
logger.info("Processing request to retrieve user information.")
identifier = event.get("querystringParameters", {}).get("identifier")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feature flag check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants