We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a251166 + 9dc9241 commit f3cdedfCopy full SHA for f3cdedf
src/pages/[platform]/build-a-backend/add-aws-services/custom-resources/index.mdx
@@ -170,7 +170,7 @@ const client = new SNSClient({ region: process.env.AWS_REGION });
170
export const handler: Handler<Message, void> = async (event) => {
171
const { subject, body, recipient } = event;
172
const command = new PublishCommand({
173
- TopicArn: process.env.TOPIC_ARN,
+ TopicArn: process.env.SNS_TOPIC_ARN,
174
Message: JSON.stringify({
175
subject,
176
body,
0 commit comments