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

Commit

Permalink
fix: remove external id from example
Browse files Browse the repository at this point in the history
since it's not required anymore
  • Loading branch information
FilipPyrek committed Feb 25, 2024
1 parent 79a59c1 commit 6874775
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export class ExampleStack extends cdk.Stack {
super(scope, id, props)

Buttonize.init(this, {
apiKey: '@@apiKey',
externalId: 'CHANGE-ME-some-random-external-id'
apiKey: '@@apiKey'
})

const discountGenerator = new NodejsFunction(this, 'DiscountGenerator', {
Expand Down

0 comments on commit 6874775

Please sign in to comment.