Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
sync example
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Jul 8, 2024
1 parent 8da1326 commit 8ea5b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Resource } from "sst";
export const handler = async (event) => {
return {
statusCode: 200,
body: JSON.stringify({ event, resources: Resource.MyBucket }, null, 2),
body: JSON.stringify({ event, resources: Resource.MyBucket }, null, 4),
};
};

0 comments on commit 8ea5b69

Please sign in to comment.