This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const handler = async (event) => { | |
// Extract useful information from the event object | |
const { | |
httpMethod, | |
headers = {}, | |
queryStringParameters = {}, | |
path, | |
body, | |
requestContext: { | |
identity: { sourceIp, userAgent } = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Profile": { | |
"ProfileArn": "arn:aws:wellarchitected:us-east-1:1234567890:profile/035d049beb441cd46ee7f14990b6dea4", | |
"ProfileVersion": "1.0.0", | |
"ProfileName": "test", | |
"ProfileDescription": "test", | |
"ProfileQuestions": [ | |
{ | |
"QuestionId": "org-cloud-adoption-phase", | |
"QuestionTitle": "What is the current cloud adoption phase for the organization architecting or operating the workloads in this profile?", |