We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a251166 commit 78ea98cCopy full SHA for 78ea98c
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