Skip to content

Conversation

SarathKumarKS
Copy link

Issue #, if available:

Description of changes:
Scheduled SMS messaging using AWS Lambda and End User Messaging

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@SarathKumarKS
Copy link
Author

Any update on this team? Thank you!

@bfreiberg
Copy link
Contributor

Could you please remove the folder with the bedrock example

@SarathKumarKS
Copy link
Author

Thanks Ben, removed now

actions=[
"sms-voice:SendTextMessage",
],
resources=["*"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please restrict this at least to the current account and region

Copy link
Author

@SarathKumarKS SarathKumarKS Sep 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wont work as its a known issue

# Create SMS Sender Lambda Function
sms_sender_function = _lambda.Function(
self, "SmsSenderFunction",
runtime=_lambda.Runtime.PYTHON_3_11,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use most recent runtime

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


* AWS Lambda
* AWS End User Messaging SMS
* AWS Secret Manager
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* AWS Secret Manager
* AWS Secrets Manager

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

"description": "Scheduled SMS messaging using AWS Lambda and End User Messaging",
"language": "Python",
"level": "300",
"framework": "CDK",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"framework": "CDK",
"framework": "AWS CDK",

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complete

@@ -0,0 +1,60 @@
{
"title": "Lambda - End User Messaging",
"description": "Scheduled SMS messaging using AWS Lambda and End User Messaging",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Scheduled SMS messaging using AWS Lambda and End User Messaging",
"description": "Scheduled SMS messaging using AWS Lambda and AWS End User Messaging",

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complete

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this file?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted

@@ -0,0 +1,60 @@
{
"title": "Lambda - End User Messaging",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants