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.
1 parent 41b2ac1 commit 7d0f3b0Copy full SHA for 7d0f3b0
eventbridge-sns-lambda-terraform/src/app.js
@@ -2,11 +2,7 @@
2
* SPDX-License-Identifier: MIT-0
3
*/
4
5
-const AWS = require('aws-sdk')
6
-AWS.config.region = process.env.AWS_REGION
7
-const sns = new AWS.SNS({apiVersion: '2012-11-05'})
8
-
9
// The Lambda handler
10
exports.handler = async (event) => {
11
console.log("Hello World !")
12
-}
+}
0 commit comments