-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding ARM Support #10
Conversation
The This can be done by:
The documentation for the |
@@ -91,7 +91,7 @@ Resources: | |||
- "logs:CreateLogStream" | |||
- "logs:PutLogEvents" | |||
Resource: | |||
Fn::Sub: "arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/PrometheusTimestreamConnector-LambdaFunction-*:*" | |||
Fn::Sub: "arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/${AWS::StackName}-LambdaFunction-*:*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had to make this change for the log group to be created and see the logs
87e9e13
to
8ae129d
Compare
verified I can use the OpenTelemetry collector to send data to timestream. Nice blog post @trevorbonas 💯 |
Adding ARM support to build script
* Adding ARM Support (#10) Adding ARM support to build script * addressing ci
arm64
support to the build 💪sam
for bothamd64
andarm64
architectures-
can now be used safely in Timestream database/table namesI figured we'll do the version update with the other change we discussed earlier today, so I left it the same for now.