We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef03bd0 commit 1ebb5f2Copy full SHA for 1ebb5f2
src/utils/awsAccess.ts
@@ -27,6 +27,13 @@ export async function processAWSAccessRequest(
27
userId: discordUserId,
28
};
29
30
+ /**
31
+ * Grant AWS access is the API in website backend,
32
+ * which takes the discordId and AWS groupId, it fetches the
33
+ * user based on the discordId, checks if the user is part of AWS account
34
+ * if not creates a new user and adds user to the AWS group.
35
+ */
36
+
37
const response = await fetch(grantAWSAccessAPIUrl, {
38
method: "POST",
39
headers: {
0 commit comments