File tree Expand file tree Collapse file tree 4 files changed +260
-235
lines changed
backend/function/hacklyticsportal20232e32fd51/src Expand file tree Collapse file tree 4 files changed +260
-235
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ exports.handler = async (event) => {
1414 var params = {
1515 UserPoolId : process . env . AUTH_HACKLYTICSPORTAL2023_USERPOOLID ,
1616 AttributesToGet : [ "name" ] ,
17+ Filter : `username = "${ event . arguments . user_uuid } "` ,
1718 } ;
1819
1920 AWS . config . update ( {
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @types/aws-lambda@^8.10.92 " :
6- version "8.10.109"
7- resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.109.tgz#2f434cbfafe083529e365fe9c114787827a169a8"
8- integrity sha512-/ME92FneNyXQzrAfcnQQlW1XkCZGPDlpi2ao1MJwecN+6SbeonKeggU8eybv1DfKli90FAVT1MlIZVXfwVuCyg==
9-
105available-typed-arrays@^1.0.5 :
116 version "1.0.5"
127 resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
@@ -102,7 +97,7 @@ has@^1.0.3:
10297 dependencies :
10398 function-bind "^1.1.1"
10499
105- ieee754@1.1.13 , ieee754@^ 1.1.4 :
100+ ieee754@^ 1.1.4 , ieee754@1.1.13 :
106101 version "1.1.13"
107102 resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz"
108103 integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
@@ -163,7 +158,7 @@ querystring@0.2.0:
163158 resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"
164159 integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==
165160
166- sax@1.2.1 , sax@>=0.6.0 :
161+ sax@>=0.6.0 , sax@1.2.1 :
167162 version "1.2.1"
168163 resolved "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz"
169164 integrity sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==
Original file line number Diff line number Diff line change 2121 "function" : {
2222 "hacklyticsportal20232e32fd51" : {
2323 "deploymentBucketName" : " amplify-hacklyticsportal2023-prod-221126-deployment" ,
24- "s3Key" : " amplify-builds/hacklyticsportal20232e32fd51-7769506364764973302b -build.zip"
24+ "s3Key" : " amplify-builds/hacklyticsportal20232e32fd51-6841616a6172616d5537 -build.zip"
2525 },
2626 "hacklyticsportal2023listusers" : {
2727 "deploymentBucketName" : " amplify-hacklyticsportal2023-prod-221126-deployment" ,
6262 "function" : {
6363 "hacklyticsportal20232e32fd51" : {
6464 "deploymentBucketName" : " amplify-amplify0f0acd1e2a0b4-staging-14346-deployment" ,
65- "s3Key" : " amplify-builds/hacklyticsportal20232e32fd51-7769506364764973302b -build.zip"
65+ "s3Key" : " amplify-builds/hacklyticsportal20232e32fd51-6841616a6172616d5537 -build.zip"
6666 },
6767 "hacklyticsportal2023listusers" : {
6868 "deploymentBucketName" : " amplify-amplify0f0acd1e2a0b4-staging-14346-deployment" ,
You can’t perform that action at this time.
0 commit comments