Skip to content

Commit e0cb43b

Browse files
authored
Merge pull request #1 from alexcasalboni/main
2 parents 6cfaa1c + c0478f1 commit e0cb43b

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

edgee-component.toml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
manifest-version = 1
22

33
[component]
4-
name = "amazon-event-bridge-component"
4+
name = "Amazon EventBridge"
55
version = "0.1.0"
66

77
category = "data-collection"
8-
subcategory = "attribution"
8+
subcategory = "warehouse"
9+
icon-path = "eventbridge-icon.png"
910
description = '''
10-
This component enables seamless integration between [Edgee](https://www.edgee.cloud) and [Amazon EventBridge](https://aws.amazon.com/eventbridge/),
11+
This component enables seamless integration between [Edgee](https://www.edgee.cloud)
12+
and [Amazon EventBridge](https://aws.amazon.com/eventbridge/),
1113
allowing you to send events for attribution for a given user.
1214
'''
1315
documentation = "https://github.com/Rbatistab/amazon-event-bridge-component"
1416
repository = "https://github.com/Rbatistab/amazon-event-bridge-component"
15-
wit-world-version = "0.4.0"
17+
wit-world-version = "0.5.0"
1618

1719
[component.build]
1820
command = "cargo build --target wasm32-wasip2 --release && cp ./target/wasm32-wasip2/release/event_bridge_component.wasm event_bridge.wasm"
@@ -47,7 +49,7 @@ type = "string"
4749
title = "Your AWS IAM Role (optional)"
4850
type = "string"
4951

50-
[componet.settings.aws_acess_policy]
52+
[componet.settings.aws_access_policy]
5153
title = "Your AWS Access Policy (optional)"
5254
type = "string"
5355

eventbridge-icon.png

-1.47 KB
Loading

wit/deps.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[protocols]
2-
url = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.4.0.tar.gz"
3-
sha256 = "8b5c8ea97c81d1d6cf4f227e75afb8c4dc5c0a411c3a0401fb7e4f7b745e21ba"
4-
sha512 = "16771cd12095409e7c4857a8f5c0b4ad680959e3c35dcd7999e11131bcce05d3b1a1b829daefceabbd853ae5b7f6453e3e359ddfbdebd6e2a94db6c55780368f"
1+
[edgee]
2+
url = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.5.0.tar.gz"
3+
sha256 = "f6e11c5cde39ec04b024b1181f45e896f154f7677ff5a904c99f6af5224dc371"
4+
sha512 = "21b045d0fb82a793a6176f6d9e98dab868563ab7906e3762601e14f06a715e36c965e83e6f5c76cf016af03df48d219b86165a7c18d14284e967d0b837bf99e4"

wit/deps.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
protocols="https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.4.0.tar.gz"
1+
edgee = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.5.0.tar.gz"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)