Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1505-1536 of 1801 terms

S
32

Serverless Anti-Patterns

Common mistakes in securing serverless workloads, over-permissioned functions, sensitive data in environment variables, missing monitoring, that undermine the security benefits serverless can otherwise offer.

Serverless promises strong defaults but is easy to undermine. Common anti-patterns include functions with overly broad IAM permissions, secrets stored in environment variables, no structured logging, missing monitoring, ignoring dependency vulnerabilities, and assuming the provider handles everything. Recognizing these helps avoid them. As a cloud-workload-protection topic, serverless anti-patterns frame the security gaps teams must close to get the security benefits the model offers in practice.

Introduced in: Cloud Workload Protection

Examples

  • A function with broad IAM permissions that violates least privilege.
  • Storing secrets in environment variables instead of a vault.
  • Skipping monitoring and assuming the provider handles security.

No related terms linked yet.