This file contains hidden or 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
| { | |
| "status": 0, | |
| "result": { | |
| "size": 33, | |
| "totalSize": 33, | |
| "done": true, | |
| "queryLocator": null, | |
| "entityTypeName": "MetadataComponentDependency", | |
| "records": [ | |
| { |
This file contains hidden or 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
| import json | |
| import boto3 | |
| import base64 | |
| def lambda_handler(event, context): | |
| eventBody = json.loads(json.dumps(event))['body'] | |
| imageBase64 = json.loads(eventBody)['Image'] | |
This file contains hidden or 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
| { | |
| "DocumentMetadata": { | |
| "Pages": 1 | |
| }, | |
| "Blocks": [ | |
| { | |
| "BlockType": "PAGE", | |
| "Geometry": { | |
| "BoundingBox": { | |
| "Width": 1.0, |
This file contains hidden or 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
| import json | |
| import boto3 | |
| import base64 | |
| def lambda_handler(event, context): | |
| eventBody = json.loads(json.dumps(event))['body'] | |
| imageBase64 = json.loads(eventBody)['Image'] | |
This file contains hidden or 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
| { | |
| "projectId": 16640, | |
| "terms": [ | |
| { | |
| "id": "317cd8f9-d66c-4f2a-8774-63c612d99cd4", | |
| "roleId": "732339e7-8e30-49d7-9198-cccf9451e221" | |
| } | |
| ], | |
| "task": { | |
| "isTask": true, |
This file contains hidden or 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
| [{"id":1,"first_name":"Katherine","last_name":"Boig","email":"[email protected]","gender":"Female","ip_address":"31.120.30.55"}, | |
| {"id":2,"first_name":"Gabriela","last_name":"Glide","email":"[email protected]","gender":"Genderfluid","ip_address":"174.249.216.68"}, | |
| {"id":3,"first_name":"Cory","last_name":"Matej","email":"[email protected]","gender":"Male","ip_address":"228.184.156.155"}, | |
| {"id":4,"first_name":"Irena","last_name":"Davidi","email":"[email protected]","gender":"Female","ip_address":"62.136.62.233"}, | |
| {"id":5,"first_name":"Pancho","last_name":"Frean","email":"[email protected]","gender":"Male","ip_address":"227.223.202.196"}, | |
| {"id":6,"first_name":"Doretta","last_name":"Howitt","email":"[email protected]","gender":"Female","ip_address":"99.132.179.99"}, | |
| {"id":7,"first_name":"Liz","last_name":"Freiburger","email":"[email protected]","gender":"Female","ip_address":"141.63.118.25"}, | |
| {"id":8,"first_name":"Joane","last_name":"Purser","email":"[email protected]","gender":"Female","ip_add |
OlderNewer