Skip to content

Commit

Permalink
AWS IoT Wireless Update: Introducing new APIs that enable Sidewalk de…
Browse files Browse the repository at this point in the history
…vices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.
  • Loading branch information
AWS committed Mar 27, 2023
1 parent 015454f commit 90151f7
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 144 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSIoTWireless-9260a4d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS IoT Wireless",
"contributor": "",
"description": "Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management."
}
Original file line number Diff line number Diff line change
Expand Up @@ -324,101 +324,6 @@
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"ref": "Region"
},
"ap-northeast-1"
]
}
],
"endpoint": {
"url": "https://api.iotwireless.ap-northeast-1.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"ref": "Region"
},
"ap-southeast-2"
]
}
],
"endpoint": {
"url": "https://api.iotwireless.ap-southeast-2.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"ref": "Region"
},
"eu-west-1"
]
}
],
"endpoint": {
"url": "https://api.iotwireless.eu-west-1.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"ref": "Region"
},
"us-east-1"
]
}
],
"endpoint": {
"url": "https://api.iotwireless.us-east-1.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"ref": "Region"
},
"us-west-2"
]
}
],
"endpoint": {
"url": "https://api.iotwireless.us-west-2.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"endpoint": {
Expand Down
Loading

0 comments on commit 90151f7

Please sign in to comment.