<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>chalice on Andrés Álvarez</title>
    <link>https://aalvrz.me/tags/chalice/</link>
    <description>Recent content in chalice on Andrés Álvarez</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 23 Jan 2023 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://aalvrz.me/tags/chalice/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Implementing Rate Limiting in Chalice</title>
      <link>https://aalvrz.me/posts/implementing-rate-limiting-in-chalice/</link>
      <pubDate>Mon, 23 Jan 2023 00:00:00 +0000</pubDate>
      
      <guid>https://aalvrz.me/posts/implementing-rate-limiting-in-chalice/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://aws.github.io/chalice/index&#34;&gt;Chalice&lt;/a&gt; (AWS&#39;s Python serverless micro-framework) does not offer built-in support for throttling/rate limiting. In this post I will show you how to implement your own custom rate limiting capabilities for your serverless API.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>How to Debug a Chalice App in Vscode</title>
      <link>https://aalvrz.me/posts/how-to-debug-a-chalice-app-in-vscode/</link>
      <pubDate>Thu, 24 Dec 2020 12:53:55 -0600</pubDate>
      
      <guid>https://aalvrz.me/posts/how-to-debug-a-chalice-app-in-vscode/</guid>
      <description>&lt;p&gt;In this post I will show you how you can create a debug configuration in
Visual Studio Code that will allow you to debug a &lt;a href=&#34;https://github.com/aws/chalice/&#34;&gt;Chalice&lt;/a&gt; application
locally.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>