You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/examples/appsync.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_position: 6
4
4
5
5
# How to Fetch Ethereum Data with AppSync and AWS Lambda
6
6
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.
8
8
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.
9
9
10
10
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