skip to Main Content

AWS IoT , Rules, Lambda Function, DynamoDB (storing streaming AWS iot core data to dynamoDB) – Amazon Web Sevices

I have refered this meduim article :https://medium.com/dev-jam/tutorial-part-2-aws-iot-rules-lambda-function-dynamodb-40a7d4ea35b9 Above is the full picture of the implementation. lambda function that I used for receiving data from iot core to dynamoDB is given below console.log('Loading function'); const AWS = require('aws-sdk'); const dynamo =…

VIEW QUESTION

Getting the error: Resource handler returned message: "AWS WAF couldn't perform the operation because your resource doesn?t exist – Amazon Web Sevices

#WAF Code Resources: MyWaf: Type: 'AWS::WAFv2::WebACL' Properties: Name: My-waf Scope: CLOUDFRONT DefaultAction: Block: {} VisibilityConfig: CloudWatchMetricsEnabled: true MetricName: my-waf-metric SampledRequestsEnabled: true Rules: - Name: AWSManagedRulesCommonRuleSet Statement: ManagedRuleGroupStatement: VendorName: AWS Name: CommonRuleSet Priority: 1 Action: Block: {} OverrideAction: Count: {} VisibilityConfig:…

VIEW QUESTION
Back To Top
Search