<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Subhankar Poddar</title>
    <description>The latest articles on DEV Community by Subhankar Poddar (@subhankar_poddar_4126dee8).</description>
    <link>https://dev.to/subhankar_poddar_4126dee8</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2718879%2F082271a6-31ec-4482-a0f5-52ffbf20beb2.jpg</url>
      <title>DEV Community: Subhankar Poddar</title>
      <link>https://dev.to/subhankar_poddar_4126dee8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/subhankar_poddar_4126dee8"/>
    <language>en</language>
    <item>
      <title>Hosting a Static Website on AWS S3 with HTTPS Support</title>
      <dc:creator>Subhankar Poddar</dc:creator>
      <pubDate>Wed, 15 Jan 2025 20:26:41 +0000</pubDate>
      <link>https://dev.to/subhankar_poddar_4126dee8/hosting-a-static-website-on-aws-s3-with-https-support-1djp</link>
      <guid>https://dev.to/subhankar_poddar_4126dee8/hosting-a-static-website-on-aws-s3-with-https-support-1djp</guid>
      <description>&lt;p&gt;Static websites are lightweight, fast, and ideal for hosting portfolios, blogs, or documentation. In this post, I’ll explain how to host a static website on Amazon S3 and secure it with HTTPS using CloudFront. This method is both affordable and reliable, making it perfect for developers and small businesses.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What You’ll Learn:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;How to configure Amazon S3 for static website hosting.&lt;/p&gt;

&lt;p&gt;How to use Amazon CloudFront to enable HTTPS for your website.&lt;/p&gt;

&lt;p&gt;Basic tips to optimize your website for better performance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step-by-Step Breakdown:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Setting Up the S3 Bucket:&lt;br&gt;
Guide readers on creating an S3 bucket and uploading their website files.&lt;br&gt;
Explain the importance of enabling “Static Website Hosting” and setting up index and error documents.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Configuring Bucket Policies:&lt;br&gt;
Demonstrate how to make the bucket publicly accessible for website hosting.&lt;br&gt;
Include a sample JSON policy for clarity.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding HTTPS with CloudFront:&lt;br&gt;
Explain how to create a CloudFront distribution and link it to the S3 bucket.&lt;br&gt;
Describe the steps to configure an SSL certificate using AWS Certificate Manager.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Testing and Optimization:&lt;br&gt;
Provide steps to verify that the website is live and secure.&lt;br&gt;
Share quick tips to enhance website performance, such as enabling cache and compressing files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Conclusion:&lt;br&gt;
Emphasize the cost-effectiveness of this solution and encourage readers to explore other AWS services for scaling their website.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Building a Serverless REST API with AWS Lambda and API Gateway</title>
      <dc:creator>Subhankar Poddar</dc:creator>
      <pubDate>Wed, 15 Jan 2025 20:23:53 +0000</pubDate>
      <link>https://dev.to/subhankar_poddar_4126dee8/building-a-serverless-rest-api-with-aws-lambda-and-api-gateway-1ee6</link>
      <guid>https://dev.to/subhankar_poddar_4126dee8/building-a-serverless-rest-api-with-aws-lambda-and-api-gateway-1ee6</guid>
      <description>&lt;p&gt;Serverless architecture is gaining immense popularity due to its scalability and cost-effectiveness. In this post, I’ll guide readers through the process of creating a REST API using AWS Lambda and API Gateway. This approach eliminates the need to manage servers, letting you focus entirely on your application logic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What You’ll Learn:&lt;/strong&gt;&lt;br&gt;
How AWS Lambda works and why it’s ideal for serverless applications.&lt;br&gt;
The role of API Gateway in exposing Lambda functions as REST endpoints.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to test the deployed API&lt;/strong&gt;.&lt;br&gt;
&lt;strong&gt;Step-by-Step Breakdown:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Creating a Lambda Function:&lt;br&gt;
Walk readers through setting up a simple AWS Lambda function using the AWS Management Console.&lt;br&gt;
Include a code snippet for a basic function (e.g., a “Hello World” function in Python or Node.js).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Configuring API Gateway:&lt;br&gt;
Explain how to create an API Gateway endpoint and connect it to the Lambda function.&lt;br&gt;
Highlight important configurations like HTTP methods and resource paths.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Testing the API:&lt;br&gt;
Provide steps to test the API using tools like Postman or cURL.&lt;br&gt;
Show how logs from AWS CloudWatch can help in debugging.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Conclusion:&lt;br&gt;
Summarize the benefits of serverless APIs and encourage readers to extend the example into a real-world application.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>aws</category>
      <category>beginners</category>
      <category>help</category>
      <category>community</category>
    </item>
  </channel>
</rss>
