{
  "title": "A First Look at AWS SAM",
  "slug": "first-look-aws-sam",
  "collection": "blog",
  "contentType": "Blog post",
  "description": "AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications with a shorthand syntax for common cloud resources",
  "summary": "AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications with a shorthand syntax for common cloud resources",
  "author": {
    "name": "Anthony Campolo"
  },
  "source": {
    "originalUrl": "https://ajcwebdev.com/first-look-aws-sam/"
  },
  "publishedAt": "2021-05-02T00:00:00.000Z",
  "updatedAt": null,
  "freshness": {
    "label": "Published",
    "value": "2021-05-02T00:00:00.000Z"
  },
  "urls": {
    "html": "https://ajcwebdev.com/first-look-aws-sam/",
    "markdown": "https://ajcwebdev.com/first-look-aws-sam/index.md",
    "json": "https://ajcwebdev.com/first-look-aws-sam/index.json"
  },
  "headings": [
    {
      "depth": 2,
      "id": "introduction",
      "text": "Introduction"
    },
    {
      "depth": 2,
      "id": "comparison-to-cdk",
      "text": "Comparison to CDK"
    },
    {
      "depth": 2,
      "id": "setup",
      "text": "Setup"
    },
    {
      "depth": 3,
      "id": "configure-aws-cli",
      "text": "Configure AWS CLI"
    },
    {
      "depth": 3,
      "id": "install-sam-cli",
      "text": "Install SAM CLI"
    },
    {
      "depth": 2,
      "id": "initialize-project",
      "text": "Initialize Project"
    },
    {
      "depth": 3,
      "id": "select-a-template",
      "text": "Select a Template"
    },
    {
      "depth": 3,
      "id": "select-package-type",
      "text": "Select Package Type"
    },
    {
      "depth": 3,
      "id": "select-language-runtime",
      "text": "Select Language Runtime"
    },
    {
      "depth": 3,
      "id": "select-project-name",
      "text": "Select Project Name"
    },
    {
      "depth": 3,
      "id": "select-example-application",
      "text": "Select Example Application"
    },
    {
      "depth": 2,
      "id": "project-structure",
      "text": "Project Structure"
    },
    {
      "depth": 3,
      "id": "sam-template",
      "text": "SAM Template"
    },
    {
      "depth": 3,
      "id": "app-entry-point",
      "text": "App Entry Point"
    },
    {
      "depth": 3,
      "id": "test-handler",
      "text": "Test Handler"
    },
    {
      "depth": 3,
      "id": "events",
      "text": "Events"
    },
    {
      "depth": 2,
      "id": "deploy-to-aws",
      "text": "Deploy to AWS"
    },
    {
      "depth": 3,
      "id": "build-application",
      "text": "Build Application"
    },
    {
      "depth": 3,
      "id": "configure-sam-deploy",
      "text": "Configure SAM Deploy"
    },
    {
      "depth": 3,
      "id": "delete-stack",
      "text": "Delete Stack"
    }
  ],
  "tags": [
    "backend",
    "deployment"
  ],
  "discovery": {
    "apiIndex": "https://ajcwebdev.com/api/index.json",
    "llmsTxt": "https://ajcwebdev.com/llms.txt",
    "llmsFullTxt": "https://ajcwebdev.com/llms-full.txt",
    "sitemapMd": "https://ajcwebdev.com/sitemap.md",
    "sitemapXml": "https://ajcwebdev.com/sitemap.xml"
  },
  "nextActions": [
    {
      "action": "open_html",
      "url": "https://ajcwebdev.com/first-look-aws-sam/",
      "method": "GET",
      "accept": "text/html"
    },
    {
      "action": "get_markdown_twin",
      "url": "https://ajcwebdev.com/first-look-aws-sam/index.md",
      "method": "GET",
      "accept": "text/markdown"
    },
    {
      "action": "get_json_twin",
      "url": "https://ajcwebdev.com/first-look-aws-sam/index.json",
      "method": "GET",
      "accept": "application/json"
    }
  ]
}