Join us

ContentUpdates and recent posts about AWS Server Application Model (SAM)..
Story
@laura_garcia shared a post, 2 months, 2 weeks ago
Software Developer, RELIANOID

Tesco’s latest outage is a reminder: uptime IS the customer experience.

Shoppers across the UK faced checkout failures, broken order updates, and Clubcard access issues as Tesco’s digital platforms suffered “intermittent” instability. In modern retail, even brief disruptions damage trust, loyalty, and sales. At RELIANOID, we help retailers stay resilient with intelligen..

tesco outage
Link
@anjali shared a link, 2 months, 2 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 2 months, 2 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 2 months, 2 weeks ago.
 Activity
@devopslinks added a new tool Grype , 2 months, 2 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 2 months, 2 weeks ago.
 Activity
@varbear added a new tool Bandit , 2 months, 2 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 2 months, 2 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 2 months, 2 weeks ago.
 Activity
@varbear added a new tool pre-commit , 2 months, 2 weeks ago.
AWS Server Application Model (SAM) is an open source framework and specification that extends AWS CloudFormation to simplify the definition, building, testing, and deployment of serverless applications. It introduces higher-level resource types for AWS services such as Lambda, API Gateway, DynamoDB, and EventBridge, and provides a CLI for local development, packaging, and deployment. SAM fits at the serverless framework layer and is designed for teams building AWS-native serverless applications who want tighter integration with CloudFormation rather than multi-cloud abstractions.