Skip to content

Commit b6e9949

Browse files
authored
Replace git filter-repo string
1 parent 17cb2e6 commit b6e9949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

industry-specific-pocs/energy/agents4energy/test/integration/testConvertPdfToYaml.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const main = async () => {
3535
{
3636
"messageId": "7a984573-ccec-4e46-abea-1dd5ade5afbe",
3737
"receiptHandle": "AQEBQ9HJozlopJCagqLu17ajzLPgjB2+/BABuR1rSfzVQXvbYOPmZY5yiVAQaz0pyQj6hTeulKchxPZJ6abw3DucuZoobrcoM3msppVmZ76qPn8kqTMUJssW8wCTSJLwx97l+10k2qz/z1zDc3OH6m9W2Pea974Z2T50STtWHQY5KsSt+gGHKZjzoZflOldyh/6Qvh4gWXYpYMug8SJeNb6KzG0NQTUOAA+sUL6ckfYAEj8m/cgZ5i6lzU/hb4y7xEymL73GQWJLRWUDU8BsvllvX/EYboitrzIBTtURTG9gTh25chshV2nwjb0maTW5FDkY1wS/k/fxUcFnI5waOaaJC72gREnUMC9EnvZi22rSDG4ouWTY+Qqv8fjrdjJ6KAHt0oC2OBetvVZTsQYxHK4Ui49fxgayejnGeVijKcd96xNHMJ+YIZmwO+U9dMtm8Nict/Eb8npX/dIn5xKp+sEhXvkxALJ65PDtH6MQIG9mm4s=",
38-
"body": "{\"Records\":[{\"eventVersion\":\"2.1\",\"eventSource\":\"aws:s3\",\"awsRegion\":\"us-east-1\",\"eventTime\":\"2024-12-02T17:57:19.819Z\",\"eventName\":\"ObjectCreated:Copy\",\"userIdentity\":{\"principalId\":\"AWS:AROARQKFKHN2LJQXD5K3B:[email protected]\"},\"requestParameters\":{\"sourceIPAddress\":\"136.62.253.122\"},\"responseElements\":{\"x-amz-request-id\":\"Q1WGRGKKD9Q9SEHC\",\"x-amz-id-2\":\"ypCkHbztqIi4uVe+JRsxiOQKpDVHm7UyS5h/6S0IiEeU6p/467TmgLSMb7JgSvra1gUGUa3V5XncLs6KFOwemYpGH7CraNp3\"},\"s3\":{\"s3SchemaVersion\":\"1.0\",\"configurationId\":\"arn:aws:cloudformation:us-east-1:103761460084:stack/amplify-agentsforenergy-pw-sandbox-8d46451425-prodAgentStack8401ED6B-1X1UK0L60C7PU/68a16910-aced-11ef-b780-1263c9eff61d--6305615801843184238\",\"bucket\":{\"name\":\"amplify-agentsforenergy-pw-filedrivebucket01be03e1-oxivxspzy85y\",\"ownerIdentity\":{\"principalId\":\"A32XJER8F2MVSC\"},\"arn\":\"arn:aws:s3:::amplify-agentsforenergy-pw-filedrivebucket01be03e1-oxivxspzy85y\"},\"object\":{\"key\":\"production-agent/well-files/field%3DSanJuanEast/api%3D30-045-29202/30045292020000_12_wf.pdf\",\"size\":1103171,\"eTag\":\"58100e5bee694a518797e94c80f07559\",\"sequencer\":\"00674DF4FFA0F6ADFB\"}}}]}",
38+
"body": "{\"Records\":[{\"eventVersion\":\"2.1\",\"eventSource\":\"aws:s3\",\"awsRegion\":\"us-east-1\",\"eventTime\":\"2024-12-02T17:57:19.819Z\",\"eventName\":\"ObjectCreated:Copy\",\"userIdentity\":{\"principalId\":\"AWS:REPLACED:[email protected]\"},\"requestParameters\":{\"sourceIPAddress\":\"136.62.253.122\"},\"responseElements\":{\"x-amz-request-id\":\"Q1WGRGKKD9Q9SEHC\",\"x-amz-id-2\":\"ypCkHbztqIi4uVe+JRsxiOQKpDVHm7UyS5h/6S0IiEeU6p/467TmgLSMb7JgSvra1gUGUa3V5XncLs6KFOwemYpGH7CraNp3\"},\"s3\":{\"s3SchemaVersion\":\"1.0\",\"configurationId\":\"arn:aws:cloudformation:us-east-1:103761460084:stack/amplify-agentsforenergy-pw-sandbox-8d46451425-prodAgentStack8401ED6B-1X1UK0L60C7PU/68a16910-aced-11ef-b780-1263c9eff61d--6305615801843184238\",\"bucket\":{\"name\":\"amplify-agentsforenergy-pw-filedrivebucket01be03e1-oxivxspzy85y\",\"ownerIdentity\":{\"principalId\":\"A32XJER8F2MVSC\"},\"arn\":\"arn:aws:s3:::amplify-agentsforenergy-pw-filedrivebucket01be03e1-oxivxspzy85y\"},\"object\":{\"key\":\"production-agent/well-files/field%3DSanJuanEast/api%3D30-045-29202/30045292020000_12_wf.pdf\",\"size\":1103171,\"eTag\":\"58100e5bee694a518797e94c80f07559\",\"sequencer\":\"00674DF4FFA0F6ADFB\"}}}]}",
3939
"attributes": {
4040
"ApproximateReceiveCount": "3",
4141
"SentTimestamp": "1733162240572",
@@ -56,4 +56,4 @@ const main = async () => {
5656
console.log('Handler response: ', response)
5757
}
5858

59-
main()
59+
main()

0 commit comments

Comments
 (0)