Skip to content

Commit

Permalink
docs: Update Developer Guide example code (#139)
Browse files Browse the repository at this point in the history
* Update README.md

Update sample code to follow the correct types.

* Update README instructions
  • Loading branch information
Victor-Jansson authored Feb 18, 2025
1 parent 23a739c commit 3fe4232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ export tenantStatus="created"
echo "done!"
`,
environmentStringVariablesFromIncomingEvent: ['tenantId', 'tier'],
environmentVariablesToOutgoingEvent: tenantData: {
[
environmentVariablesToOutgoingEvent: {
tenantData: [
'tenantS3Bucket',
'someOtherVariable',
'tenantConfig',
Expand Down

0 comments on commit 3fe4232

Please sign in to comment.