Saxon
Saxon
is this actually a `wontfix`?
**TLDR:** Users can define jinja templates as input to a parameter for a Lambda Function, and our library will resolve that template to any type (not just String) before handing...
AWS rolled out an ALPHA release today for their official rust sdk. It doesn't have all the features of rusoto yet but it does include standard retry logic and they...
Hey sorry I forgot to report back! I ended up making a new package that isn't a serverless plugin, because we wanted to make sure we could move to pulumi...
SlackInteractionEvent will need a new variant, BlockSuggestion ```rust pub enum SlackInteractionEvent { #[serde(rename = "block_actions")] BlockActions(SlackInteractionBlockActionsEvent), #[serde(rename = "dialog_submission")] DialogSubmission(SlackInteractionDialogueSubmissionEvent), #[serde(rename = "message_action")] MessageAction(SlackInteractionMessageActionEvent), #[serde(rename = "shortcut")] Shortcut(SlackInteractionShortcutEvent), #[serde(rename =...