Skip to content

Conversation

@MehulKChaudhari
Copy link
Contributor

@MehulKChaudhari MehulKChaudhari commented Jan 21, 2025

Date: 21/Jan/2025

Developer Name: @MehulKChaudhari


Issue Ticket Number

#122

Description

PR's going in

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot 1
Screen.Recording.2025-01-21.at.11.35.29.PM.mov

MehulKChaudhari and others added 11 commits September 15, 2024 23:54
…-template&pipeline

add: support staging and production lambda ARNs
…on2-to-3

chore: udpate actions/download-artifact version to 3
* add: cors and jwt token validation

* fix: use key from env

* fix: cors middleware

* fix: typo

* refactor: use cookiname from utils constants and remove unwanted log

* add: auth to get lambdas

* update cors usage

* add: Authentication to the udpate lambda's

* refactor: use cors from middlewares

* nit: handle error from single place

* nit: handle cors and jwt error from single place to avoid duplication

* nit: handle error from single place

* remove unwanted error check

* Refactor: env retrieval from LoadEnvConfig function

---------

Co-authored-by: Yash Raj <56453897+yesyash@users.noreply.github.com>
* fix: parameter name

* fix: parameter name in template.yaml
@MehulKChaudhari MehulKChaudhari marked this pull request as draft January 21, 2025 13:22
@iamitprakash iamitprakash merged commit ff3a9a3 into main Jan 22, 2025
1 of 2 checks passed
Comment on lines +66 to +72
if req.HTTPMethod == "OPTIONS" {
return events.APIGatewayProxyResponse{
StatusCode: http.StatusOK,
Headers: headers,
Body: "",
}, nil
}
Copy link
Contributor

Choose a reason for hiding this comment

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

  • do we need this check as we're returning statusOk below aswell?

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.

5 participants