Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate Utility Functions Using AWS Lambda Layers #215

Closed

Conversation

rishirishhh
Copy link
Member

@rishirishhh rishirishhh commented Jul 10, 2024

Date: 22/07/2024

Developer Name: Kavya Rishi


Issue Ticket Number

Consolidate Utility Functions Using AWS Lambda Layers #213

Description

Identity service has five Lambda functions. Each of these Lambda functions uses utility functions that are duplicated across each function. This redundancy increases maintenance effort and the risk of inconsistencies. To address this, AWS Lambda Layers is used to consolidate these utility functions in a single location, allowing all Lambda functions to share the same layer.

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot 1

Screenshot from 2024-07-22 18-30-57
Screenshot from 2024-07-22 18-31-21
Screenshot from 2024-07-22 18-31-43

Test Coverage

Screenshot 1 ![Screenshot from 2024-07-22 18-35-33](https://github.com/user-attachments/assets/0f745ce5-035d-4de9-a666-d5723c7c6615)

Additional Notes

@rishirishhh rishirishhh marked this pull request as ready for review July 22, 2024 13:28
@rishirishhh rishirishhh changed the title added utils package Consolidate Utility Functions Using AWS Lambda Layers Jul 22, 2024
@rishirishhh rishirishhh requested a review from lakshayman July 22, 2024 13:31
@rishirishhh
Copy link
Member Author

Screenshot from 2024-07-22 18-35-33

@lakshayman lakshayman closed this Aug 2, 2024
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