Swift Cloud (@swiftcloudapp) 's Twitter Profile
Swift Cloud

@swiftcloudapp

Swift Infrastructure as Code

ID: 1483696037655109632

linkhttps://swift.cloud calendar_today19-01-2022 07:01:20

3 Tweet

106 Followers

23 Following

Tom (@radmakr) 's Twitter Profile Photo

If you’re working on an API with Swift Cloud and MongoDB Atlas, I’m working on a simple Swift package to make using the Mongo data API a little easier. Check it out, github.com/SparrowTek/Mon… contributions are welcome.

Swift Cloud (@swiftcloudapp) 's Twitter Profile Photo

You can now create DynamoDB tables and stream changes to lambda: let table = AWS.DynamoDB("MyTable", streaming: .enabled()) let processor = AWS.Function("MyFunction", targetName: ...) table.subscribe(processor)