Skip to content

Commit 8c6a460

Browse files
Merge pull request #173 from Divyn/main
broken link fix
2 parents b125ad1 + 6d81499 commit 8c6a460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/examples/appsync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 6
44

55
# How to Fetch Ethereum Data with AppSync and AWS Lambda
66

7-
We will be using Lambda functions to use Ethereum data from [S3 buckets](/docs/cloud/protobuf/evm.md) with Appsync.
7+
We will be using Lambda functions to use Ethereum data from [S3 buckets](/docs/cloud/evm.md) with Appsync.
88
S3 buckets often store sensitive or valuable data. By using AWS Lambda as an intermediary, you can enforce access control and implement specific permissions logic before retrieving data from the S3 bucket. This adds an extra layer of security to your data access.
99

1010
Lambda functions allow you to implement custom logic or preprocessing steps before fetching data from S3. This could involve data transformations, validations, or any other custom operations required before responding to the GraphQL query.

0 commit comments

Comments
 (0)